This context information will be created for each host that is registered at slave controllers during overlay connects. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/gnunet-service-testbed.h>
Public Types | |
enum | RHCState { RHC_INIT = 0 , RHC_DONE } |
Enumeration of states for this context. More... | |
Data Fields | |
struct GNUNET_TESTBED_Host * | reg_host |
The host which is being registered. More... | |
struct GNUNET_TESTBED_Host * | host |
The host of the controller which has to connect to the above rhost. More... | |
struct ForwardedOverlayConnectContext * | focc_dll_head |
Head of the ForwardedOverlayConnectContext DLL. More... | |
struct ForwardedOverlayConnectContext * | focc_dll_tail |
Tail of the ForwardedOverlayConnectContext DLL. More... | |
enum RegisteredHostContext::RHCState | state |
This context information will be created for each host that is registered at slave controllers during overlay connects.
Definition at line 351 of file gnunet-service-testbed.h.
Enumeration of states for this context.
Enumerator | |
---|---|
RHC_INIT | The initial state. |
RHC_DONE | State where we attempt to do the overlay connection again. |
Definition at line 376 of file gnunet-service-testbed.h.
struct GNUNET_TESTBED_Host* RegisteredHostContext::reg_host |
The host which is being registered.
Definition at line 356 of file gnunet-service-testbed.h.
Referenced by hash_hosts(), and register_host().
struct GNUNET_TESTBED_Host* RegisteredHostContext::host |
The host of the controller which has to connect to the above rhost.
Definition at line 361 of file gnunet-service-testbed.h.
Referenced by hash_hosts(), and register_host().
struct ForwardedOverlayConnectContext* RegisteredHostContext::focc_dll_head |
Head of the ForwardedOverlayConnectContext DLL.
Definition at line 366 of file gnunet-service-testbed.h.
Referenced by drop_client_entries(), forward_overlay_connect(), forwarded_overlay_connect_listener(), forwarded_overlay_connect_timeout(), GST_cleanup_focc(), GST_process_next_focc(), and reghost_free_iterator().
struct ForwardedOverlayConnectContext* RegisteredHostContext::focc_dll_tail |
Tail of the ForwardedOverlayConnectContext DLL.
Definition at line 371 of file gnunet-service-testbed.h.
Referenced by forward_overlay_connect(), and GST_cleanup_focc().
enum RegisteredHostContext::RHCState RegisteredHostContext::state |
Referenced by GST_process_next_focc(), host_registration_comp(), register_host(), httpdomain.autohttp.bottle.AutobottleDirective::run(), httpdomain.autohttp.flask.AutoflaskDirective::run(), httpdomain.autohttp.flaskqref.QuickReferenceFlaskDirective::run(), httpdomain.autohttp.tornado.AutoTornadoDirective::run(), and typescriptdomain.TypeScriptDefinition::run().