Private handle structure for a stream_t.
More...
#include <stream_handle.h>

Data Fields | |
| stream_vtbl_t | vtbl |
| void * | backend |
| const osal_mem_ops_t * | mem |
This structure is the private in-memory handle bound to a public stream_t object.
It stores:
Definition at line 34 of file stream_handle.h.
| void* stream_t::backend |
Opaque adapter-owned backend instance.
Definition at line 39 of file stream_handle.h.
| const osal_mem_ops_t* stream_t::mem |
Memory operations used to destroy the handle.
Definition at line 42 of file stream_handle.h.
| stream_vtbl_t stream_t::vtbl |
Bound adapter dispatch table.
Definition at line 36 of file stream_handle.h.