GNUnet  0.20.0
HostRegistration Struct Reference

A DLL of host registrations to be made. More...

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

Collaboration diagram for HostRegistration:
[legend]

Data Fields

struct HostRegistrationnext
 next registration in the DLL More...
 
struct HostRegistrationprev
 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_Hosthost
 The host that has to be registered. More...
 

Detailed Description

A DLL of host registrations to be made.

Definition at line 126 of file gnunet-service-testbed.h.

Field Documentation

◆ next

struct HostRegistration* HostRegistration::next

next registration in the DLL

Definition at line 131 of file gnunet-service-testbed.h.

◆ prev

struct HostRegistration* HostRegistration::prev

previous registration in the DLL

Definition at line 136 of file gnunet-service-testbed.h.

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

◆ cb_cls

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

◆ host

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


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