GNUnet  0.19.5
GNUNET_TESTBED_HostRegistrationHandle Struct Reference

handle for host registration More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/testbed_api_hosts.h>

Collaboration diagram for GNUNET_TESTBED_HostRegistrationHandle:
[legend]

Data Fields

struct GNUNET_TESTBED_Hosthost
 The host being registered. More...
 
struct GNUNET_TESTBED_Controllerc
 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...
 

Detailed Description

handle for host registration

Definition at line 38 of file testbed_api_hosts.h.

Field Documentation

◆ host

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().

◆ c

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().

◆ cc

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().

◆ cc_cls

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().


The documentation for this struct was generated from the following file: