![]() |
GNUnet
0.11.x
|
Sent to the service by the client in order to cancel a set operation. More...
#include </home/handbook/gnunet/src/seti/seti.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_SETI_CANCEL. More... | |
uint32_t | request_id |
ID of the request we want to cancel. More... | |
Sent to the service by the client in order to cancel a set operation.
struct GNUNET_MessageHeader GNUNET_SETI_CancelMessage::header |
uint32_t GNUNET_SETI_CancelMessage::request_id |
ID of the request we want to cancel.
Definition at line 261 of file seti.h.
Referenced by GNUNET_SETI_operation_cancel(), and handle_client_cancel().