GNUnet  0.19.3
ReadHostFileContext Struct Reference

Result of reading a file. More...

Collaboration diagram for ReadHostFileContext:
[legend]

Data Fields

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

Result of reading a file.

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

Field Documentation

◆ hello

struct GNUNET_HELLO_Message* ReadHostFileContext::hello

Hello for the peer (can be NULL)

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

Referenced by add_host_to_known_hosts(), hosts_directory_scan_callback(), and read_host_file().

◆ friend_only_hello

struct GNUNET_HELLO_Message* ReadHostFileContext::friend_only_hello

Friend only hello for the peer (can be NULL)

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

Referenced by add_host_to_known_hosts(), hosts_directory_scan_callback(), and read_host_file().


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