Context for host_processor(). More...
Data Fields | |
char * | data |
Place where we accumulate all of the HELLO messages. More... | |
unsigned int | size |
Number of bytes in data. More... | |
Context for host_processor().
Definition at line 128 of file gnunet-daemon-hostlist_server.c.
char* HostSet::data |
Place where we accumulate all of the HELLO messages.
Definition at line 133 of file gnunet-daemon-hostlist_server.c.
Referenced by build_json_response(), finish_response(), GNUNET_HOSTLIST_server_stop(), host_processor(), typescriptdomain.TypeScriptDomain::objects(), process_notify(), httpdomain.httpdomain.HTTPDomain::resolve_xref(), and httpdomain.httpdomain.HTTPDomain::routes().
unsigned int HostSet::size |
Number of bytes in data.
Definition at line 138 of file gnunet-daemon-hostlist_server.c.
Referenced by finish_response(), host_processor(), and process_notify().