Event notification from a controller to a client for a generic operational success where the operation does not return any data. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/testbed.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type is GNUNET_MESSAGE_TYPE_TESTBED_GENERIC_OPERATION_SUCCESS. More... | |
int32_t | event_type |
'enum GNUNET_TESTBED_EventType' (in NBO); GNUNET_TESTBED_ET_OPERATION_FINISHED. More... | |
uint64_t | operation_id |
Operation ID of the operation that created this event. More... | |
Event notification from a controller to a client for a generic operational success where the operation does not return any data.
struct GNUNET_MessageHeader GNUNET_TESTBED_GenericOperationSuccessEventMessage::header |
int32_t GNUNET_TESTBED_GenericOperationSuccessEventMessage::event_type |
'enum GNUNET_TESTBED_EventType' (in NBO); GNUNET_TESTBED_ET_OPERATION_FINISHED.
uint64_t GNUNET_TESTBED_GenericOperationSuccessEventMessage::operation_id |
Operation ID of the operation that created this event.
Definition at line 573 of file testbed.h.
Referenced by GST_send_operation_success_msg().