In-memory cache of known hosts. More...
Data Fields | |
struct GNUNET_PeerIdentity | identity |
Identity of the peer. More... | |
struct GNUNET_HELLO_Message * | hello |
Hello for the peer (can be NULL) More... | |
struct GNUNET_HELLO_Message * | friend_only_hello |
Friend only hello for the peer (can be NULL) More... | |
In-memory cache of known hosts.
Definition at line 54 of file gnunet-service-peerinfo.c.
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().
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().
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().