GNUnet 0.21.1
ListenTask Struct Reference

Struct to use as closure. More...

Collaboration diagram for ListenTask:
[legend]

Data Fields

struct GNUNET_SCHEDULER_Tasklisten_task
 ID of listen task. More...
 
struct GNUNET_NETWORK_Handlelisten_sock
 Listen socket. More...
 

Detailed Description

Struct to use as closure.

Definition at line 417 of file gnunet-communicator-tcp.c.

Field Documentation

◆ listen_task

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().

◆ listen_sock

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().


The documentation for this struct was generated from the following file: