|
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. | |
| MetricsDestinationInfo | destination_info [kMetricsDestinationsCount] |
| The metrics destinations info for all destinations of the statistics managed by this statistics object. | |
| CdiCsID | stats_data_lock |
| Lock used to protect multi-threaded access to counter/time base stats data. | |
| uint32_t | stats_period_ms |
| Stats period in milliseconds. | |
| CdiCoreStatsCallback | user_cb_ptr |
| Callback function pointer. | |
| CdiUserCbParameter | user_cb_param |
| Callback function user parameter. | |
| CloudWatchHandle | cloudwatch_handle |
| Handle to instance of CloudWatch component related to this connection. | |
| CloudWatchHandle | metrics_gatherer_handle |
| Handle of object to send metrics to gathering service. | |
Structure used to hold state data for statistics.