Struct to use as closure. More...
Data Fields | |
struct GNUNET_SCHEDULER_Task * | listen_task |
ID of listen task. More... | |
struct GNUNET_NETWORK_Handle * | listen_sock |
Listen socket. More... | |
Struct to use as closure.
Definition at line 417 of file gnunet-communicator-tcp.c.
struct GNUNET_SCHEDULER_Task* ListenTask::listen_task |
ID of listen task.
Definition at line 422 of file gnunet-communicator-tcp.c.
Referenced by get_lt_delete_it(), init_socket(), listen_cb(), and queue_destroy().
struct GNUNET_NETWORK_Handle* ListenTask::listen_sock |
Listen socket.
Definition at line 427 of file gnunet-communicator-tcp.c.
Referenced by get_lt_delete_it(), init_socket(), listen_cb(), and queue_destroy().