|
eBPF for Windows
|
Ring buffer consumer page definition (public API). More...
#include <ebpf_api.h>
Data Fields | |
| volatile uint64_t | consumer_offset |
| Consumer has read up to this offset. | |
Ring buffer consumer page definition (public API).
Definition of the consumer-writeable portion of the ring buffer metadata. This page is read+write for the consumer and the producer only reads it.
| volatile uint64_t _ebpf_ring_buffer_consumer_page::consumer_offset |
Consumer has read up to this offset.