Private runtime state for the fs_stream backend.
More...
#include <fs_stream_state.h>

Data Fields | |
| osal_file_t * | f |
| bool | autoclose |
This structure stores the OSAL file handle and close policy used by the backend during the lifetime of the stream instance.
Definition at line 29 of file fs_stream_state.h.
| bool fs_stream_state_t::autoclose |
Whether the OSAL file must be closed when the backend is closed.
Definition at line 34 of file fs_stream_state.h.
| osal_file_t* fs_stream_state_t::f |
OSAL file handle backing the stream. May be NULL once closed.
Definition at line 31 of file fs_stream_state.h.