Communicator tells transport how queue creation went down. 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_OK or GNUNET_MESSAGE_TYPE_TRANSPORT_QUEUE_CREATE_FAIL. More... | |
uint32_t | request_id |
Unique ID for the request. More... | |
Communicator tells transport how queue creation went down.
Definition at line 544 of file transport.h.
struct GNUNET_MessageHeader GNUNET_TRANSPORT_CreateQueueResponse::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_QUEUE_CREATE_OK or GNUNET_MESSAGE_TYPE_TRANSPORT_QUEUE_CREATE_FAIL.
Definition at line 550 of file transport.h.
uint32_t GNUNET_TRANSPORT_CreateQueueResponse::request_id |
Unique ID for the request.
Definition at line 555 of file transport.h.
Referenced by handle_create_queue(), handle_queue_create_fail(), and handle_queue_create_ok().