Client asking core to transmit a particular message to a particular target (response to GNUNET_MESSAGE_TYPE_CORE_SEND_READY). More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/core/core.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Header with type GNUNET_MESSAGE_TYPE_CORE_SEND. More... | |
uint32_t | priority |
How important is this message? Contains a enum GNUNET_MQ_PriorityPreferences in NBO. More... | |
struct GNUNET_TIME_AbsoluteNBO | deadline |
By what time would the sender really like to see this message transmitted? More... | |
struct GNUNET_PeerIdentity | peer |
Identity of the intended receiver. More... | |
Client asking core to transmit a particular message to a particular target (response to GNUNET_MESSAGE_TYPE_CORE_SEND_READY).
struct GNUNET_MessageHeader SendMessage::header |
Header with type GNUNET_MESSAGE_TYPE_CORE_SEND.
Definition at line 275 of file core.h.
Referenced by handle_client_send().
uint32_t SendMessage::priority |
How important is this message? Contains a enum GNUNET_MQ_PriorityPreferences
in NBO.
Definition at line 281 of file core.h.
Referenced by core_mq_send_impl(), and handle_client_send().
struct GNUNET_TIME_AbsoluteNBO SendMessage::deadline |
struct GNUNET_PeerIdentity SendMessage::peer |
Identity of the intended receiver.
Definition at line 292 of file core.h.
Referenced by core_mq_send_impl(), and handle_client_send().