Client -> Service message to call a phone. 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_CS_PHONE_CALL. More... | |
uint32_t | reserved |
Always zero. More... | |
struct GNUNET_PeerIdentity | target |
Which peer is hosting the line? More... | |
struct GNUNET_HashCode | line_port |
Which phone line to call at the peer? More... | |
uint32_t | key_len |
The identity key length. More... | |
Client -> Service message to call a phone.
Definition at line 214 of file conversation.h.
struct GNUNET_MessageHeader ClientCallMessage::header |
Type is: GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_CALL.
Definition at line 219 of file conversation.h.
uint32_t ClientCallMessage::reserved |
Always zero.
Definition at line 224 of file conversation.h.
struct GNUNET_PeerIdentity ClientCallMessage::target |
Which peer is hosting the line?
Definition at line 229 of file conversation.h.
Referenced by handle_gns_response().
struct GNUNET_HashCode ClientCallMessage::line_port |
Which phone line to call at the peer?
Definition at line 234 of file conversation.h.
Referenced by handle_gns_response().
uint32_t ClientCallMessage::key_len |
The identity key length.
Definition at line 239 of file conversation.h.
Referenced by handle_gns_response().