GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
GNUNET_TRANSPORT_DelQueueMessage Struct Reference

Remove queue, it is no longer available. More...

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

Collaboration diagram for GNUNET_TRANSPORT_DelQueueMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_QUEUE_TEARDOWN.
 
uint32_t qid
 Address identifier.
 
struct GNUNET_PeerIdentity receiver
 Receiver that can be addressed via the queue.
 

Detailed Description

Remove queue, it is no longer available.

Definition at line 499 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TRANSPORT_DelQueueMessage::header

Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_QUEUE_TEARDOWN.

Definition at line 504 of file transport.h.

◆ qid

uint32_t GNUNET_TRANSPORT_DelQueueMessage::qid

Address identifier.

Definition at line 509 of file transport.h.

Referenced by handle_del_queue_message(), and send_del_queue().

◆ receiver

struct GNUNET_PeerIdentity GNUNET_TRANSPORT_DelQueueMessage::receiver

Receiver that can be addressed via the queue.

Definition at line 514 of file transport.h.

Referenced by handle_del_queue_message(), and send_del_queue().


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