Inform communicator about transport's desire to send a message. 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_SEND_MSG. More... | |
uint32_t | qid |
Which queue should we use? More... | |
uint64_t | mid |
Message ID, used for flow control. More... | |
struct GNUNET_PeerIdentity | receiver |
Receiver identifier. More... | |
Inform communicator about transport's desire to send a message.
Definition at line 562 of file transport.h.
struct GNUNET_MessageHeader GNUNET_TRANSPORT_SendMessageTo::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_SEND_MSG.
Definition at line 567 of file transport.h.
Referenced by queue_send_msg().
uint32_t GNUNET_TRANSPORT_SendMessageTo::qid |
Which queue should we use?
Definition at line 572 of file transport.h.
Referenced by handle_send_msg(), and queue_send_msg().
uint64_t GNUNET_TRANSPORT_SendMessageTo::mid |
Message ID, used for flow control.
Definition at line 577 of file transport.h.
Referenced by handle_send_msg(), and queue_send_msg().
struct GNUNET_PeerIdentity GNUNET_TRANSPORT_SendMessageTo::receiver |
Receiver identifier.
Definition at line 582 of file transport.h.
Referenced by handle_send_msg(), and queue_send_msg().