Client notifying core about the maximum-priority message it has in the queue for a particular target. 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_REQUEST. | |
| uint32_t | priority |
| How important is this message? | |
| 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 target. | |
| uint32_t | reserved |
| Always zero. | |
| uint16_t | size |
| How large is the message? | |
| uint16_t | smr_id |
| Counter for this peer to match SMRs to replies. | |
Client notifying core about the maximum-priority message it has in the queue for a particular target.
| struct GNUNET_MessageHeader SendMessageRequest::header |
Header with type GNUNET_MESSAGE_TYPE_CORE_SEND_REQUEST.
| uint32_t SendMessageRequest::priority |
How important is this message?
Definition at line 216 of file core.h.
Referenced by core_mq_send_impl(), and handle_client_send_request().
| struct GNUNET_TIME_AbsoluteNBO SendMessageRequest::deadline |
By what time would the sender really like to see this message transmitted?
Definition at line 222 of file core.h.
Referenced by handle_client_send_request().
| struct GNUNET_PeerIdentity SendMessageRequest::peer |
Identity of the intended target.
Definition at line 227 of file core.h.
Referenced by core_mq_send_impl(), and handle_client_send_request().
| uint16_t SendMessageRequest::size |
How large is the message?
Definition at line 237 of file core.h.
Referenced by core_mq_send_impl(), and handle_client_send_request().
| uint16_t SendMessageRequest::smr_id |
Counter for this peer to match SMRs to replies.
Definition at line 242 of file core.h.
Referenced by core_mq_send_impl(), and handle_client_send_request().