Context data for GNUNET_MESSAGE_TYPE_TESTBED_SHUTDOWN_PEERS handler. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/gnunet-service-testbed.h>
Data Fields | |
unsigned int | nslaves |
The number of slave we expect to hear from since we forwarded the GNUNET_MESSAGE_TYPE_TESTBED_SHUTDOWN_PEERS message to them. More... | |
int | timeout |
Did we observe a timeout with respect to this operation at any of the slaves. More... | |
Context data for GNUNET_MESSAGE_TYPE_TESTBED_SHUTDOWN_PEERS handler.
Definition at line 394 of file gnunet-service-testbed.h.
unsigned int HandlerContext_ShutdownPeers::nslaves |
The number of slave we expect to hear from since we forwarded the GNUNET_MESSAGE_TYPE_TESTBED_SHUTDOWN_PEERS message to them.
Definition at line 400 of file gnunet-service-testbed.h.
Referenced by GST_clear_fopcq(), handle_shutdown_peers(), and shutdown_peers_reply_cb().
int HandlerContext_ShutdownPeers::timeout |
Did we observe a timeout with respect to this operation at any of the slaves.
Definition at line 406 of file gnunet-service-testbed.h.
Referenced by shutdown_peers_reply_cb().