Result of reading a file. More...
Data Fields | |
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... | |
Result of reading a file.
Definition at line 76 of file gnunet-service-peerinfo.c.
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().
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().