GNUnet 0.21.1
GNUNET_SETU_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/service/setu/setu.h>

Collaboration diagram for GNUNET_SETU_CancelMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_SETU_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 349 of file setu.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_SETU_CancelMessage::header

Type: GNUNET_MESSAGE_TYPE_SETU_CANCEL.

Definition at line 354 of file setu.h.

◆ request_id

uint32_t GNUNET_SETU_CancelMessage::request_id

ID of the request we want to cancel.

Definition at line 359 of file setu.h.


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