GNUnet 0.21.1
GNUNET_SET_CancelMessage Struct Reference

Sent to the service by the client in order to cancel a set operation. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/contrib/service/set/set.h>

Collaboration diagram for GNUNET_SET_CancelMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_SET_CANCEL. More...
 
uint32_t request_id
 ID of the request we want to cancel. More...
 

Detailed Description

Sent to the service by the client in order to cancel a set operation.

Definition at line 306 of file set.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_SET_CancelMessage::header

Type: GNUNET_MESSAGE_TYPE_SET_CANCEL.

Definition at line 311 of file set.h.

◆ request_id

uint32_t GNUNET_SET_CancelMessage::request_id

ID of the request we want to cancel.

Definition at line 316 of file set.h.


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