LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
fs_stream_state.h File Reference

Private runtime state definition for the fs_stream backend. More...

Include dependency graph for fs_stream_state.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  fs_stream_state_t
 Private runtime state for the fs_stream backend. More...
 

Typedefs

typedef struct osal_file_t osal_file_t
 
typedef struct fs_stream_state_t fs_stream_state_t
 Private runtime state for the fs_stream backend.
 

Detailed Description

This header exposes the private runtime state stored inside the fs_stream backend handle.

Definition in file fs_stream_state.h.

Typedef Documentation

◆ fs_stream_state_t

This structure stores the OSAL file handle and close policy used by the backend during the lifetime of the stream instance.

◆ osal_file_t

typedef struct osal_file_t osal_file_t

Definition at line 20 of file fs_stream_state.h.