|
CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
Structure used to hold state data that is unique to a file log. File log CdiLogState instances that use the same filename will share a single instance of this data. More...
Data Fields | |
| char | filename_str [MAX_LOG_FILENAME_LENGTH] |
| Name of log file. | |
| CdiFileID | file_handle |
| Handle to log file. | |
| int | usage_ref_count |
| Count of CdiLogState objects using this data. | |
Structure used to hold state data that is unique to a file log. File log CdiLogState instances that use the same filename will share a single instance of this data.