Context information to used during operations which forward the overlay connect message. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/gnunet-service-testbed.h>
Data Fields | |
struct ForwardedOverlayConnectContext * | next |
next ForwardedOverlayConnectContext in the DLL More... | |
struct ForwardedOverlayConnectContext * | prev |
previous ForwardedOverlayConnectContext in the DLL More... | |
struct RegisteredHostContext * | rhc |
Which host does this FOCC belong to? More... | |
struct GNUNET_MessageHeader * | orig_msg |
A copy of the original overlay connect message. More... | |
struct GNUNET_SERVICE_Client * | client |
The client handle. More... | |
uint64_t | operation_id |
The id of the operation which created this context information. More... | |
uint32_t | peer1 |
the id of peer 1 More... | |
uint32_t | peer2 |
The id of peer 2. More... | |
uint32_t | peer2_host_id |
Id of the host where peer2 is running. More... | |
Context information to used during operations which forward the overlay connect message.
Definition at line 298 of file gnunet-service-testbed.h.
struct ForwardedOverlayConnectContext* ForwardedOverlayConnectContext::next |
next ForwardedOverlayConnectContext in the DLL
Definition at line 303 of file gnunet-service-testbed.h.
Referenced by drop_client_entries().
struct ForwardedOverlayConnectContext* ForwardedOverlayConnectContext::prev |
previous ForwardedOverlayConnectContext in the DLL
Definition at line 308 of file gnunet-service-testbed.h.
struct RegisteredHostContext* ForwardedOverlayConnectContext::rhc |
Which host does this FOCC belong to?
Definition at line 313 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(), and reghost_free_iterator().
struct GNUNET_MessageHeader* ForwardedOverlayConnectContext::orig_msg |
A copy of the original overlay connect message.
Definition at line 318 of file gnunet-service-testbed.h.
Referenced by forward_overlay_connect(), GST_cleanup_focc(), and GST_process_next_focc().
struct GNUNET_SERVICE_Client* ForwardedOverlayConnectContext::client |
The client handle.
Definition at line 323 of file gnunet-service-testbed.h.
Referenced by drop_client_entries(), forward_overlay_connect(), and GST_process_next_focc().
uint64_t ForwardedOverlayConnectContext::operation_id |
The id of the operation which created this context information.
Definition at line 328 of file gnunet-service-testbed.h.
Referenced by forward_overlay_connect(), and GST_process_next_focc().
uint32_t ForwardedOverlayConnectContext::peer1 |
the id of peer 1
Definition at line 333 of file gnunet-service-testbed.h.
Referenced by forward_overlay_connect(), forwarded_overlay_connect_timeout(), and GST_process_next_focc().
uint32_t ForwardedOverlayConnectContext::peer2 |
The id of peer 2.
Definition at line 338 of file gnunet-service-testbed.h.
Referenced by gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::evaluate(), forward_overlay_connect(), and forwarded_overlay_connect_timeout().
uint32_t ForwardedOverlayConnectContext::peer2_host_id |
Id of the host where peer2 is running.
Definition at line 343 of file gnunet-service-testbed.h.
Referenced by forward_overlay_connect().