Context for an iteration request. More...
Data Fields | |
struct GNUNET_PEERINFO_IteratorContext * | next |
Kept in a DLL. More... | |
struct GNUNET_PEERINFO_IteratorContext * | prev |
Kept in a DLL. More... | |
struct GNUNET_PEERINFO_Handle * | h |
Handle to the PEERINFO service. More... | |
GNUNET_PEERINFO_Processor | callback |
Function to call with the results. More... | |
void * | callback_cls |
Closure for callback. More... | |
struct GNUNET_PeerIdentity | peer |
Peer we are interested in (only valid if iteration was restricted to one peer). More... | |
int | have_peer |
Is peer set? More... | |
int | include_friend_only |
Only include friends in reply? More... | |
Context for an iteration request.
Definition at line 37 of file peerinfo_api.c.
struct GNUNET_PEERINFO_IteratorContext* GNUNET_PEERINFO_IteratorContext::next |
Kept in a DLL.
Definition at line 42 of file peerinfo_api.c.
struct GNUNET_PEERINFO_IteratorContext* GNUNET_PEERINFO_IteratorContext::prev |
Kept in a DLL.
Definition at line 47 of file peerinfo_api.c.
struct GNUNET_PEERINFO_Handle* GNUNET_PEERINFO_IteratorContext::h |
Handle to the PEERINFO service.
Definition at line 52 of file peerinfo_api.c.
Referenced by GNUNET_PEERINFO_iterate(), and GNUNET_PEERINFO_iterate_cancel().
GNUNET_PEERINFO_Processor GNUNET_PEERINFO_IteratorContext::callback |
Function to call with the results.
Definition at line 57 of file peerinfo_api.c.
Referenced by do_reconnect(), GNUNET_PEERINFO_iterate(), GNUNET_PEERINFO_iterate_cancel(), handle_end_iteration(), and handle_info().
void* GNUNET_PEERINFO_IteratorContext::callback_cls |
Closure for callback.
Definition at line 62 of file peerinfo_api.c.
Referenced by do_reconnect(), GNUNET_PEERINFO_iterate(), handle_end_iteration(), and handle_info().
struct GNUNET_PeerIdentity GNUNET_PEERINFO_IteratorContext::peer |
Peer we are interested in (only valid if iteration was restricted to one peer).
Definition at line 62 of file peerinfo_api.c.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), check_info(), gnunet_testing.StatisticsCondition::evaluate(), gnunet_testing.EqualStatisticsCondition::evaluate(), GNUNET_PEERINFO_iterate(), and send_ic_request().
int GNUNET_PEERINFO_IteratorContext::have_peer |
Is peer set?
Definition at line 72 of file peerinfo_api.c.
Referenced by check_info(), GNUNET_PEERINFO_iterate(), and send_ic_request().
int GNUNET_PEERINFO_IteratorContext::include_friend_only |
Only include friends in reply?
Definition at line 77 of file peerinfo_api.c.
Referenced by GNUNET_PEERINFO_iterate(), and send_ic_request().