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_release/build/src/service/core/core.h>
Data Fields | |
| struct GNUNET_MessageHeader | header |
| Header with type GNUNET_MESSAGE_TYPE_CORE_SEND. | |
| uint32_t | priority |
How important is this message? Contains a enum GNUNET_MQ_PriorityPreferences in NBO. | |
| struct GNUNET_TIME_AbsoluteNBO | deadline |
| By what time would the sender really like to see this message transmitted? | |
| struct GNUNET_PeerIdentity | peer |
| Identity of the intended receiver. | |
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.
| uint32_t SendMessage::priority |
How important is this message? Contains a enum GNUNET_MQ_PriorityPreferences in NBO.
Definition at line 293 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 304 of file core.h.
Referenced by core_mq_send_impl(), and handle_client_send().