A DLL of host registrations to be made. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/gnunet-service-testbed.h>
Data Fields | |
struct HostRegistration * | next |
next registration in the DLL More... | |
struct HostRegistration * | prev |
previous registration in the DLL More... | |
GNUNET_TESTBED_HostRegistrationCompletion | cb |
The callback to call after this registration's status is available. More... | |
void * | cb_cls |
The closure for the above callback. More... | |
struct GNUNET_TESTBED_Host * | host |
The host that has to be registered. More... | |
A DLL of host registrations to be made.
Definition at line 126 of file gnunet-service-testbed.h.
struct HostRegistration* HostRegistration::next |
next registration in the DLL
Definition at line 131 of file gnunet-service-testbed.h.
struct HostRegistration* HostRegistration::prev |
previous registration in the DLL
Definition at line 136 of file gnunet-service-testbed.h.
GNUNET_TESTBED_HostRegistrationCompletion HostRegistration::cb |
The callback to call after this registration's status is available.
Definition at line 141 of file gnunet-service-testbed.h.
Referenced by GST_queue_host_registration(), and hr_completion().
void* HostRegistration::cb_cls |
The closure for the above callback.
Definition at line 146 of file gnunet-service-testbed.h.
Referenced by GST_queue_host_registration(), and hr_completion().
struct GNUNET_TESTBED_Host* HostRegistration::host |
The host that has to be registered.
Definition at line 151 of file gnunet-service-testbed.h.
Referenced by GST_queue_host_registration(), hr_completion(), and register_next_host().