| Data Fields | |
| struct MyClient * | prev | 
| struct MyClient * | next | 
| struct GNUNET_SERVICE_Client * | client | 
| Handle to the client. | |
| struct GNUNET_MQ_Handle * | c_mq | 
| Handle to the client. | |
| struct GNUNET_TRANSPORT_TESTING_TransportCommunicatorHandle * | tc | 
| The TCH. | |
Definition at line 39 of file transport-testing-communicator.c.
| struct MyClient* MyClient::prev | 
Definition at line 41 of file transport-testing-communicator.c.
| struct MyClient* MyClient::next | 
Definition at line 42 of file transport-testing-communicator.c.
Referenced by disconnect_cb().
| struct GNUNET_SERVICE_Client* MyClient::client | 
Handle to the client.
Definition at line 46 of file transport-testing-communicator.c.
Referenced by connect_cb(), disconnect_cb(), handle_add_address(), handle_add_queue_message(), handle_communicator_available(), handle_communicator_backchannel(), handle_incoming_msg(), handle_queue_create_fail(), handle_queue_create_ok(), handle_send_message_ack(), and handle_update_queue_message().
| struct GNUNET_MQ_Handle* MyClient::c_mq | 
Handle to the client.
Definition at line 51 of file transport-testing-communicator.c.
Referenced by connect_cb(), disconnect_cb(), and handle_communicator_available().
| struct GNUNET_TRANSPORT_TESTING_TransportCommunicatorHandle* MyClient::tc | 
The TCH.
Definition at line 56 of file transport-testing-communicator.c.
Referenced by connect_cb(), handle_add_address(), handle_add_queue_message(), handle_communicator_available(), handle_communicator_backchannel(), handle_incoming_msg(), handle_queue_create_fail(), handle_queue_create_ok(), handle_send_message_ack(), and handle_update_queue_message().