GNUnet  0.19.3
HostEntry Struct Reference

In-memory cache of known hosts. More...

Collaboration diagram for HostEntry:
[legend]

Data Fields

struct GNUNET_PeerIdentity identity
 Identity of the peer. More...
 
struct GNUNET_HELLO_Messagehello
 Hello for the peer (can be NULL) More...
 
struct GNUNET_HELLO_Messagefriend_only_hello
 Friend only hello for the peer (can be NULL) More...
 

Detailed Description

In-memory cache of known hosts.

Definition at line 54 of file gnunet-service-peerinfo.c.

Field Documentation

◆ identity

struct GNUNET_PeerIdentity HostEntry::identity

Identity of the peer.

Definition at line 1344 of file gnunet-service-peerinfo.c.

Referenced by add_host_to_known_hosts(), add_to_tc(), make_info_message(), and notify_all().

◆ hello

struct GNUNET_HELLO_Message* HostEntry::hello

Hello for the peer (can be NULL)

Definition at line 64 of file gnunet-service-peerinfo.c.

Referenced by add_to_tc(), free_host_entry(), make_info_message(), and update_hello().

◆ friend_only_hello

struct GNUNET_HELLO_Message* HostEntry::friend_only_hello

Friend only hello for the peer (can be NULL)

Definition at line 69 of file gnunet-service-peerinfo.c.

Referenced by add_to_tc(), free_host_entry(), make_info_message(), and update_hello().


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