GNUnet  0.20.0
PrintContext Struct Reference

Structure we use to collect printable address information. More...

Collaboration diagram for PrintContext:
[legend]

Data Fields

struct PrintContextnext
 Kept in DLL. More...
 
struct PrintContextprev
 Kept in DLL. More...
 
struct GNUNET_PeerIdentity peer
 Identity of the peer. More...
 
struct AddressRecordaddress_list
 List of printable addresses. More...
 
unsigned int num_addresses
 Number of completed addresses in address_list. More...
 
unsigned int address_list_size
 Number of addresses allocated in address_list. More...
 
unsigned int off
 Current offset in address_list (counted down). More...
 
int friend_only
 Hello was friend only, GNUNET_YES or GNUNET_NO. More...
 
struct RequestHandlehandle
 RequestHandle. More...
 

Detailed Description

Structure we use to collect printable address information.

Definition at line 75 of file gnunet-peerinfo.c.

Field Documentation

◆ next

struct PrintContext * PrintContext::next

Kept in DLL.

Definition at line 80 of file gnunet-peerinfo.c.

◆ prev

struct PrintContext * PrintContext::prev

Kept in DLL.

Definition at line 85 of file gnunet-peerinfo.c.

◆ peer

◆ address_list

struct AddressRecord * PrintContext::address_list

List of printable addresses.

Definition at line 95 of file gnunet-peerinfo.c.

◆ num_addresses

unsigned int PrintContext::num_addresses

Number of completed addresses in address_list.

Definition at line 100 of file gnunet-peerinfo.c.

◆ address_list_size

unsigned int PrintContext::address_list_size

Number of addresses allocated in address_list.

Definition at line 105 of file gnunet-peerinfo.c.

◆ off

unsigned int PrintContext::off

Current offset in address_list (counted down).

Definition at line 110 of file gnunet-peerinfo.c.

◆ friend_only

int PrintContext::friend_only

Hello was friend only, GNUNET_YES or GNUNET_NO.

Definition at line 115 of file gnunet-peerinfo.c.

Referenced by peerinfo_list_iteration(), and print_peer_info().

◆ handle

struct RequestHandle* PrintContext::handle

RequestHandle.

Definition at line 164 of file plugin_rest_peerinfo.c.


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