Context for address resolution by plugin_monitoring_cb(). More...
Data Fields | |
struct GNUNET_TRANSPORT_AddressToStringContext * | asc |
Ongoing resolution request. More... | |
char * | str |
Resolved address as string. More... | |
struct GNUNET_TRANSPORT_SessionInfo | si |
Last event we got and did not yet print because str was NULL (address not yet resolved). More... | |
Context for address resolution by plugin_monitoring_cb().
Definition at line 889 of file gnunet-transport.c.
struct GNUNET_TRANSPORT_AddressToStringContext* PluginMonitorAddress::asc |
Ongoing resolution request.
Definition at line 894 of file gnunet-transport.c.
Referenced by address_cb(), and plugin_monitoring_cb().
char* PluginMonitorAddress::str |
Resolved address as string.
Definition at line 899 of file gnunet-transport.c.
Referenced by address_cb(), plugin_monitoring_cb(), and print_plugin_event_info().
struct GNUNET_TRANSPORT_SessionInfo PluginMonitorAddress::si |
Last event we got and did not yet print because str was NULL (address not yet resolved).
Definition at line 905 of file gnunet-transport.c.
Referenced by address_cb(), and plugin_monitoring_cb().