|
Condy v1.1.0
C++ Asynchronous System Call Layer for Linux
|
Information about buffers consumed from a provided buffer queue. More...
#include <provided_buffers.hpp>
Public Attributes | |
| uint16_t | bid |
| Buffer ID of the first buffer consumed. | |
| uint16_t | num_buffers |
| Number of buffers consumed. | |
Information about buffers consumed from a provided buffer queue.
This structure contains information about the buffers that have been consumed from a provided buffer queue, including the buffer ID and the number of buffers consumed. If the buffer is partial comsumption, num_buffers will be zero. If multiple buffers are consumed, num_buffers will indicate how many buffers were used, and the buffer ID will correspond to the first buffer used.