handle for host registration More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/testbed_api_hosts.h>
Data Fields | |
struct GNUNET_TESTBED_Host * | host |
The host being registered. More... | |
struct GNUNET_TESTBED_Controller * | c |
The controller at which this host is being registered. More... | |
GNUNET_TESTBED_HostRegistrationCompletion | cc |
The Registration completion callback. More... | |
void * | cc_cls |
The closure for above callback. More... | |
handle for host registration
Definition at line 38 of file testbed_api_hosts.h.
struct GNUNET_TESTBED_Host* GNUNET_TESTBED_HostRegistrationHandle::host |
The host being registered.
Definition at line 43 of file testbed_api_hosts.h.
Referenced by GNUNET_TESTBED_register_host(), and handle_add_host_confirm().
struct GNUNET_TESTBED_Controller* GNUNET_TESTBED_HostRegistrationHandle::c |
The controller at which this host is being registered.
Definition at line 48 of file testbed_api_hosts.h.
Referenced by GNUNET_TESTBED_register_host(), and handle_add_host_confirm().
GNUNET_TESTBED_HostRegistrationCompletion GNUNET_TESTBED_HostRegistrationHandle::cc |
The Registration completion callback.
Definition at line 53 of file testbed_api_hosts.h.
Referenced by GNUNET_TESTBED_register_host(), and handle_add_host_confirm().
void* GNUNET_TESTBED_HostRegistrationHandle::cc_cls |
The closure for above callback.
Definition at line 58 of file testbed_api_hosts.h.
Referenced by GNUNET_TESTBED_register_host(), and handle_add_host_confirm().