eBPF for Windows
Loading...
Searching...
No Matches
Data Fields
_ebpf_ring_buffer_consumer_page Struct Reference

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.
 

Detailed Description

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.

Field Documentation

◆ consumer_offset

volatile uint64_t _ebpf_ring_buffer_consumer_page::consumer_offset

Consumer has read up to this offset.


The documentation for this struct was generated from the following file: