GNUnet  0.19.5
ForwardedOperationData Struct Reference

Context data for forwarded Operation. More...

Collaboration diagram for ForwardedOperationData:
[legend]

Data Fields

GNUNET_MQ_MessageCallback cc
 The callback to call when reply is available. More...
 
void * cc_cls
 The closure for the above callback. More...
 

Detailed Description

Context data for forwarded Operation.

Definition at line 70 of file testbed_api.c.

Field Documentation

◆ cc

GNUNET_MQ_MessageCallback ForwardedOperationData::cc

The callback to call when reply is available.

Definition at line 75 of file testbed_api.c.

Referenced by handle_forwarded_operation_msg().

◆ cc_cls

void* ForwardedOperationData::cc_cls

The closure for the above callback.

Definition at line 80 of file testbed_api.c.

Referenced by handle_forwarded_operation_msg().


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