Cadet message to make a phone ring. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/contrib/service/conversation/conversation.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type is: GNUNET_MESSAGE_TYPE_CONVERSATION_CADET_PHONE_RING. More... | |
uint32_t | reserved |
Always zero. More... | |
struct GNUNET_TIME_AbsoluteNBO | expiration_time |
When does the signature expire? More... | |
uint32_t | key_len |
The length of the key. More... | |
uint32_t | sig_len |
The length of the signature. More... | |
Cadet message to make a phone ring.
Sent to the port of the respective phone.
Definition at line 299 of file conversation.h.
struct GNUNET_MessageHeader CadetPhoneRingMessage::header |
Type is: GNUNET_MESSAGE_TYPE_CONVERSATION_CADET_PHONE_RING.
Definition at line 304 of file conversation.h.
uint32_t CadetPhoneRingMessage::reserved |
Always zero.
Definition at line 309 of file conversation.h.
struct GNUNET_TIME_AbsoluteNBO CadetPhoneRingMessage::expiration_time |
When does the signature expire?
Definition at line 314 of file conversation.h.
Referenced by handle_client_call_message().
uint32_t CadetPhoneRingMessage::key_len |
The length of the key.
Definition at line 319 of file conversation.h.
Referenced by handle_client_call_message().
uint32_t CadetPhoneRingMessage::sig_len |
The length of the signature.
Definition at line 324 of file conversation.h.
Referenced by handle_client_call_message().