Libtrap: Internal development docs
1.16.1
|
Output buffer structure. More...
#include <ifc_socket_common.h>
Data Fields | |
uint32_t | wr_index |
uint64_t | clients_bit_arr |
uint8_t * | header |
uint8_t * | data |
Output buffer structure.
Definition at line 70 of file ifc_socket_common.h.
uint64_t buffer_s::clients_bit_arr |
Bit array of clients that have not yet received the buffer
Definition at line 72 of file ifc_socket_common.h.
uint8_t* buffer_s::data |
Pointer to first byte of buffer payload
Definition at line 75 of file ifc_socket_common.h.
uint8_t* buffer_s::header |
Pointer to first byte in buffer
Definition at line 74 of file ifc_socket_common.h.
uint32_t buffer_s::wr_index |
Pointer to first free byte in buffer
Definition at line 71 of file ifc_socket_common.h.