|
CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
This defines a structure that contains all the state information for endpoint state changes. More...
Data Fields | |
| CdiListEntry | list_entry |
| Used to store an instance of this object in a list using this element as the list item. | |
| EndpointManagerState * | endpoint_manager_ptr |
| Pointer to Endpoint Manager. | |
| CdiQueueHandle | command_queue_handle |
| Queue used to hold endpoint state change commands. | |
| volatile bool | got_new_command |
| True if got a new command. | |
| volatile bool | got_shutdown |
| True if got a connection shutdown command. | |
| bool | queued_to_destroy |
| True if endpoint is queued to be destroyed. | |
| CdiEndpointState | cdi_endpoint |
| CDI endpoint state associated with this endpoint. | |
This defines a structure that contains all the state information for endpoint state changes.