Private backend handle for the fs_stream adapter.
More...
#include <fs_stream_handle.h>

Data Fields | |
| fs_stream_state_t | state |
| const osal_mem_ops_t * | mem_ops |
| const osal_file_ops_t * | file_ops |
This structure stores:
Definition at line 32 of file fs_stream_handle.h.
| const osal_file_ops_t* fs_stream_t::file_ops |
OSAL file operations used by the backend.
Definition at line 40 of file fs_stream_handle.h.
| const osal_mem_ops_t* fs_stream_t::mem_ops |
Memory operations used to destroy the backend handle.
Definition at line 37 of file fs_stream_handle.h.
| fs_stream_state_t fs_stream_t::state |
Backend runtime state.
Definition at line 34 of file fs_stream_handle.h.