GNUnet  0.20.0
GNUNET_TESTBED_OperationFailureEventMessage Struct Reference

Event notification from a controller to a client. More...

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

Collaboration diagram for GNUNET_TESTBED_OperationFailureEventMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_TESTBED_OPERATION_FAIL_EVENT. 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...
 

Detailed Description

Event notification from a controller to a client.

Definition at line 508 of file testbed.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TESTBED_OperationFailureEventMessage::header

Type is GNUNET_MESSAGE_TYPE_TESTBED_OPERATION_FAIL_EVENT.

Definition at line 501 of file testbed.h.

◆ event_type

int32_t GNUNET_TESTBED_OperationFailureEventMessage::event_type

'enum GNUNET_TESTBED_EventType' (in NBO); GNUNET_TESTBED_ET_OPERATION_FINISHED.

Definition at line 519 of file testbed.h.

◆ operation_id

uint64_t GNUNET_TESTBED_OperationFailureEventMessage::operation_id

Operation ID of the operation that created this event.

Definition at line 524 of file testbed.h.

Referenced by GST_send_operation_fail_msg().


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