#include <buffer.h>
Data Fields | |
struct _omapi_buffer * | next |
u_int32_t | refcnt |
u_int16_t | head |
u_int16_t | tail |
char | buf [OMAPI_BUF_SIZE] |
Definition at line 49 of file buffer.h.
char _omapi_buffer::buf[OMAPI_BUF_SIZE] |
u_int16_t _omapi_buffer::head |
struct _omapi_buffer* _omapi_buffer::next [read] |
u_int32_t _omapi_buffer::refcnt |
u_int16_t _omapi_buffer::tail |