libevfibers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
fbr_vrb Struct Reference

Virtual ring buffer implementation. More...

#include <fiber.h>

Data Fields

void * mem_ptr
size_t mem_ptr_size
void * lower_ptr
void * upper_ptr
size_t ptr_size
void * data_ptr
void * space_ptr

Detailed Description

Virtual ring buffer implementation.

Low-level data structure implemented using memory mappings of the same physical pages to provide no-copy overhead efficient ring buffer imlementation.

See Also
fbr_vrb_init
fbr_vrb_destroy

Definition at line 549 of file fiber.h.


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