Transport tells communicator that it wants a new queue. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/transport/transport.h>
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... | |
Transport tells communicator that it wants a new queue.
Definition at line 520 of file transport.h.
struct GNUNET_MessageHeader GNUNET_TRANSPORT_CreateQueue::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_QUEUE_CREATE.
Definition at line 525 of file transport.h.
uint32_t GNUNET_TRANSPORT_CreateQueue::request_id |
Unique ID for the request.
Definition at line 530 of file transport.h.
Referenced by handle_create_queue(), and suggest_to_connect().
struct GNUNET_PeerIdentity GNUNET_TRANSPORT_CreateQueue::receiver |
Receiver that can be addressed via the queue.
Definition at line 535 of file transport.h.
Referenced by handle_create_queue(), and suggest_to_connect().