GNUnet 0.21.1
ClientCallMessage Struct Reference

Client -> Service message to call a phone. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/contrib/service/conversation/conversation.h>

Collaboration diagram for ClientCallMessage:
[legend]

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...
 

Detailed Description

Client -> Service message to call a phone.

Definition at line 214 of file conversation.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader ClientCallMessage::header

Type is: GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_CALL.

Definition at line 219 of file conversation.h.

◆ reserved

uint32_t ClientCallMessage::reserved

Always zero.

Definition at line 224 of file conversation.h.

◆ target

struct GNUNET_PeerIdentity ClientCallMessage::target

Which peer is hosting the line?

Definition at line 229 of file conversation.h.

Referenced by handle_gns_response().

◆ line_port

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().

◆ key_len

uint32_t ClientCallMessage::key_len

The identity key length.

Definition at line 239 of file conversation.h.

Referenced by handle_gns_response().


The documentation for this struct was generated from the following file: