GNUnet 0.21.1
IterationContext Struct Reference

Closure for call_iterator(). More...

Collaboration diagram for IterationContext:
[legend]

Data Fields

GSF_ConnectedPeerIterator it
 Function to call on each entry. More...
 
void * it_cls
 Closure for it. More...
 

Detailed Description

Closure for call_iterator().

Definition at line 1434 of file gnunet-service-fs_cp.c.

Field Documentation

◆ it

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_().

◆ it_cls

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_().


The documentation for this struct was generated from the following file: