Closure for call_iterator(). More...
Data Fields | |
GSF_ConnectedPeerIterator | it |
Function to call on each entry. More... | |
void * | it_cls |
Closure for it. More... | |
Closure for call_iterator().
Definition at line 1434 of file gnunet-service-fs_cp.c.
GSF_ConnectedPeerIterator IterationContext::it |
Function to call on each entry.
Definition at line 1439 of file gnunet-service-fs_cp.c.
Referenced by call_iterator(), and GSF_iterate_connected_peers_().
void* IterationContext::it_cls |
Closure for it.
Definition at line 1444 of file gnunet-service-fs_cp.c.
Referenced by call_iterator(), and GSF_iterate_connected_peers_().