Context for the info handler. More...
Data Fields | |
struct GNUNET_MQ_Handle * | mq |
Our connection to the PEERINFO service. More... | |
GNUNET_PEERINFO_Processor | callback |
Function to call with information. More... | |
void * | callback_cls |
Closure for callback. More... | |
const struct GNUNET_CONFIGURATION_Handle * | cfg |
Configuration. More... | |
struct GNUNET_SCHEDULER_Task * | task |
Tasked used for delayed re-connection attempt. More... | |
int | include_friend_only |
Include friend only HELLOs in callbacks. More... | |
Context for the info handler.
Definition at line 37 of file peerinfo_api_notify.c.
struct GNUNET_MQ_Handle* GNUNET_PEERINFO_NotifyContext::mq |
Our connection to the PEERINFO service.
Definition at line 42 of file peerinfo_api_notify.c.
Referenced by client_connect_cb(), do_reconnect(), GNUNET_PEERINFO_notify(), GNUNET_PEERINFO_notify_cancel(), handle_block_cache(), handle_lookup_block(), handle_monitor_start(), handle_record_lookup(), handle_zone_to_name(), reconnect(), send_lookup_response_with_filter(), send_store_response(), and send_tx_response().
GNUNET_PEERINFO_Processor GNUNET_PEERINFO_NotifyContext::callback |
Function to call with information.
Definition at line 47 of file peerinfo_api_notify.c.
Referenced by GNUNET_PEERINFO_notify(), and handle_notification().
void* GNUNET_PEERINFO_NotifyContext::callback_cls |
Closure for callback.
Definition at line 52 of file peerinfo_api_notify.c.
Referenced by GNUNET_PEERINFO_notify(), and handle_notification().
const struct GNUNET_CONFIGURATION_Handle* GNUNET_PEERINFO_NotifyContext::cfg |
Configuration.
Definition at line 57 of file peerinfo_api_notify.c.
Referenced by gnunet_testing.Peer::__del__(), gnunet_testing.Peer::get_statistics_value(), GNUNET_PEERINFO_notify(), reconnect(), gnunet_testing.Peer::start(), and gnunet_testing.Peer::stop().
struct GNUNET_SCHEDULER_Task* GNUNET_PEERINFO_NotifyContext::task |
Tasked used for delayed re-connection attempt.
Definition at line 62 of file peerinfo_api_notify.c.
Referenced by do_reconnect(), GNUNET_PEERINFO_notify_cancel(), and reconnect().
int GNUNET_PEERINFO_NotifyContext::include_friend_only |
Include friend only HELLOs in callbacks.
Definition at line 67 of file peerinfo_api_notify.c.
Referenced by GNUNET_PEERINFO_notify(), and reconnect().