Closure for call_iterator(). More...
Data Fields | |
| GSF_ConnectedPeerIterator | it |
| Function to call on each entry. | |
| void * | it_cls |
| Closure for it. | |
Closure for call_iterator().
Definition at line 1435 of file gnunet-service-fs_cp.c.
| GSF_ConnectedPeerIterator IterationContext::it |
Function to call on each entry.
Definition at line 1440 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 1445 of file gnunet-service-fs_cp.c.
Referenced by call_iterator(), and GSF_iterate_connected_peers_().