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

Private constructor user-data stored in fs_stream factory descriptors. More...

Include dependency graph for fs_stream_ctor_ud.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_ctor_ud_t
 Private constructor user-data for fs_stream factory registration. More...
 

Typedefs

typedef struct fs_stream_ctor_ud_t fs_stream_ctor_ud_t
 Private constructor user-data for fs_stream factory registration.
 

Detailed Description

This header exposes the private user-data object allocated by fs_stream_create_desc() and later consumed by fs_stream_ctor().

Definition in file fs_stream_ctor_ud.h.

Typedef Documentation

◆ fs_stream_ctor_ud_t

This structure stores the configuration and environment snapshots bound into the adapter descriptor and later reused by fs_stream_ctor().