GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
IterationContext Struct Reference

Closure for call_iterator(). More...

Collaboration diagram for IterationContext:
[legend]

Data Fields

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

Detailed Description

Closure for call_iterator().

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

Field Documentation

◆ it

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

◆ it_cls

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


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