|
eBPF for Windows
|
Ring buffer producer page definition (public API). More...
#include <ebpf_api.h>
Data Fields | |
| volatile uint64_t | producer_offset |
| Producer(s) have reserved up to this offset. | |
Ring buffer producer page definition (public API).
Definition of the producer-writeable portion of the ring buffer metadata. This page is read+write for the producer and read-only for the consumer.
| volatile uint64_t _ebpf_ring_buffer_producer_page::producer_offset |
Producer(s) have reserved up to this offset.