Inform communicator about transport's desire to send a message. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/transport/transport.h>
Data Fields | |
| struct GNUNET_MessageHeader | header |
| Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_SEND_MSG. | |
| uint32_t | qid |
| Which queue should we use? | |
| uint64_t | mid |
| Message ID, used for flow control. | |
| struct GNUNET_PeerIdentity | receiver |
| Receiver identifier. | |
Inform communicator about transport's desire to send a message.
Definition at line 563 of file transport.h.
| struct GNUNET_MessageHeader GNUNET_TRANSPORT_SendMessageTo::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_SEND_MSG.
Definition at line 568 of file transport.h.
Referenced by queue_send_msg().
| uint32_t GNUNET_TRANSPORT_SendMessageTo::qid |
Which queue should we use?
Definition at line 573 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 578 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 583 of file transport.h.
Referenced by handle_send_msg(), and queue_send_msg().