LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
fs_stream_ctor_ud_t Struct Reference

Private constructor user-data for fs_stream factory registration. More...

#include <fs_stream_ctor_ud.h>

Collaboration diagram for fs_stream_ctor_ud_t:

Data Fields

fs_stream_cfg_t cfg
 
fs_stream_env_t env
 

Detailed Description

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

Definition at line 27 of file fs_stream_ctor_ud.h.

Field Documentation

◆ cfg

fs_stream_cfg_t fs_stream_ctor_ud_t::cfg

Bound adapter configuration.

Definition at line 29 of file fs_stream_ctor_ud.h.

◆ env

fs_stream_env_t fs_stream_ctor_ud_t::env

Bound adapter environment.

Definition at line 32 of file fs_stream_ctor_ud.h.