|
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 for statistics. More...
Data Fields | |
| CdiConnectionState * | con_state_ptr |
| Pointer to connection state data. | |
| CloudWatchSdkMetricsHandle | cw_sdk_handle |
| CloudWatch SDK instance handle. | |
| CdiSignalType | thread_exit_signal |
| Signal used to control exit of the CloudWatch thread. | |
| CdiThreadID | cw_thread_id |
| CloudWatch thread ID. | |
| CdiFifoHandle | stat_fifo_handle |
| Handle of statistics FIFO. | |
| CdiCsID | config_data_lock |
| Lock used to protect access to stats configuration data. | |
| CdiStatsConfigData | config_data |
| Stats configuration data. | |
| bool | previous_stats_valid |
| If true, previous stats are valid, otherwise have not set them yet. | |
| CdiTransferStats | previous_stats |
| Copy of previous stats, used to generate deltas to send to CloudWatch. | |
Structure used to hold state data for statistics.