GNUnet 0.21.1
ClientActivity Struct Reference

Entry we keep for each connection to the gnunet-nat-service. More...

Collaboration diagram for ClientActivity:
[legend]

Data Fields

struct ClientActivitynext
 This is a doubly-linked list. More...
 
struct ClientActivityprev
 This is a doubly-linked list. More...
 
struct GNUNET_MQ_Handlemq
 Socket of the incoming connection. More...
 
struct GNUNET_NAT_Testh
 Handle to overall NAT test. More...
 
struct GNUNET_NAT_AUTO_Testh
 Handle to overall NAT test. More...
 

Detailed Description

Entry we keep for each connection to the gnunet-nat-service.

Definition at line 71 of file gnunet-nat-auto_legacy.c.

Field Documentation

◆ next

struct ClientActivity * ClientActivity::next

This is a doubly-linked list.

Definition at line 76 of file gnunet-nat-auto_legacy.c.

◆ prev

struct ClientActivity * ClientActivity::prev

This is a doubly-linked list.

Definition at line 81 of file gnunet-nat-auto_legacy.c.

◆ mq

struct GNUNET_MQ_Handle * ClientActivity::mq

Socket of the incoming connection.

Definition at line 86 of file gnunet-nat-auto_legacy.c.

Referenced by addr_cb(), GNUNET_NAT_AUTO_test_stop(), GNUNET_NAT_test_stop(), and mq_error_handler().

◆ h [1/2]

struct GNUNET_NAT_Test* ClientActivity::h

Handle to overall NAT test.

Definition at line 91 of file gnunet-nat-auto_legacy.c.

Referenced by addr_cb(), and mq_error_handler().

◆ h [2/2]

struct GNUNET_NAT_AUTO_Test* ClientActivity::h

Handle to overall NAT test.

Definition at line 91 of file nat_auto_api_test.c.


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