GNUnet 0.21.1
GNUNET_TRANSPORT_CreateQueueResponse Struct Reference

Communicator tells transport how queue creation went down. More...

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

Collaboration diagram for GNUNET_TRANSPORT_CreateQueueResponse:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_QUEUE_CREATE_OK or GNUNET_MESSAGE_TYPE_TRANSPORT_QUEUE_CREATE_FAIL. More...
 
uint32_t request_id
 Unique ID for the request. More...
 

Detailed Description

Communicator tells transport how queue creation went down.

Definition at line 539 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TRANSPORT_CreateQueueResponse::header

◆ request_id

uint32_t GNUNET_TRANSPORT_CreateQueueResponse::request_id

Unique ID for the request.

Definition at line 550 of file transport.h.

Referenced by handle_create_queue(), handle_queue_create_fail(), and handle_queue_create_ok().


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