GNUnet  0.19.3
TransmitContext Struct Reference

Closure for add_to_tc() More...

Collaboration diagram for TransmitContext:
[legend]

Data Fields

struct GNUNET_SERVICE_Clientclient
 Client to transmit to. More...
 
int friend_only
 Include friend only HELLOs GNUNET_YES or GNUNET_NO. More...
 

Detailed Description

Closure for add_to_tc()

Definition at line 837 of file gnunet-service-peerinfo.c.

Field Documentation

◆ client

struct GNUNET_SERVICE_Client* TransmitContext::client

Client to transmit to.

Definition at line 842 of file gnunet-service-peerinfo.c.

Referenced by handle_get(), handle_get_all(), and handle_notify().

◆ friend_only

int TransmitContext::friend_only

Include friend only HELLOs GNUNET_YES or GNUNET_NO.

Definition at line 847 of file gnunet-service-peerinfo.c.

Referenced by handle_get(), handle_get_all(), and handle_notify().


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