Closure for add_to_tc() More...
Data Fields | |
struct GNUNET_SERVICE_Client * | client |
Client to transmit to. More... | |
int | friend_only |
Include friend only HELLOs GNUNET_YES or GNUNET_NO. More... | |
Closure for add_to_tc()
Definition at line 837 of file gnunet-service-peerinfo.c.
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().
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().