Protocol address prefix für a connection between nodes. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/lib/testing/testing_api_topology.h>
Data Fields | |
struct GNUNET_TESTING_AddressPrefix * | prev |
Pointer to the previous prefix in the DLL. More... | |
struct GNUNET_TESTING_AddressPrefix * | next |
Pointer to the next prefix in the DLL. More... | |
char * | address_prefix |
The address prefix. More... | |
Protocol address prefix für a connection between nodes.
Definition at line 70 of file testing_api_topology.h.
struct GNUNET_TESTING_AddressPrefix* GNUNET_TESTING_AddressPrefix::prev |
Pointer to the previous prefix in the DLL.
Definition at line 75 of file testing_api_topology.h.
struct GNUNET_TESTING_AddressPrefix* GNUNET_TESTING_AddressPrefix::next |
Pointer to the next prefix in the DLL.
Definition at line 80 of file testing_api_topology.h.
Referenced by connect_peers_run(), log_nodes(), and will_the_other_node_connect_via_udp().
char* GNUNET_TESTING_AddressPrefix::address_prefix |
The address prefix.
Definition at line 85 of file testing_api_topology.h.
Referenced by connect_peers_run(), log_nodes(), and will_the_other_node_connect_via_udp().