Payload of GNS VPN record. More...
#include <gnunet_tun_lib.h>
Data Fields | |
struct GNUNET_PeerIdentity | peer |
The peer to contact. More... | |
uint16_t | proto |
The protocol to use. More... | |
Payload of GNS VPN record.
Definition at line 648 of file gnunet_tun_lib.h.
struct GNUNET_PeerIdentity GNUNET_TUN_GnsVpnRecord::peer |
The peer to contact.
Definition at line 653 of file gnunet_tun_lib.h.
Referenced by gns_string_to_value(), gns_value_to_string(), and result_processor().
uint16_t GNUNET_TUN_GnsVpnRecord::proto |
The protocol to use.
Definition at line 658 of file gnunet_tun_lib.h.
Referenced by gns_string_to_value(), gns_value_to_string(), and result_processor().