GNUnet  0.19.5
PeerInfoIteratorContext Struct Reference

Closure for peerinfo_it(). More...

Collaboration diagram for PeerInfoIteratorContext:
[legend]

Data Fields

GNUNET_ATS_PeerInfo_Iterator it
 Function to call for each address. More...
 
void * it_cls
 Closure for it. More...
 

Detailed Description

Closure for peerinfo_it().

Definition at line 406 of file gnunet-service-ats_addresses.c.

Field Documentation

◆ it

GNUNET_ATS_PeerInfo_Iterator PeerInfoIteratorContext::it

Function to call for each address.

Definition at line 411 of file gnunet-service-ats_addresses.c.

Referenced by GAS_addresses_get_peer_info(), and peerinfo_it().

◆ it_cls

void* PeerInfoIteratorContext::it_cls

Closure for it.

Definition at line 416 of file gnunet-service-ats_addresses.c.

Referenced by GAS_addresses_get_peer_info(), and peerinfo_it().


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