GNUnet 0.21.1
GNUNET_TRANSPORT_CreateQueue Struct Reference

Transport tells communicator that it wants a new queue. More...

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

Collaboration diagram for GNUNET_TRANSPORT_CreateQueue:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_QUEUE_CREATE. More...
 
uint32_t request_id
 Unique ID for the request. More...
 
struct GNUNET_PeerIdentity receiver
 Receiver that can be addressed via the queue. More...
 

Detailed Description

Transport tells communicator that it wants a new queue.

Definition at line 515 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TRANSPORT_CreateQueue::header

Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_QUEUE_CREATE.

Definition at line 520 of file transport.h.

◆ request_id

uint32_t GNUNET_TRANSPORT_CreateQueue::request_id

Unique ID for the request.

Definition at line 525 of file transport.h.

Referenced by handle_create_queue(), and suggest_to_connect().

◆ receiver

struct GNUNET_PeerIdentity GNUNET_TRANSPORT_CreateQueue::receiver

Receiver that can be addressed via the queue.

Definition at line 530 of file transport.h.

Referenced by handle_create_queue(), and suggest_to_connect().


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