Service <-> Client message for phone was resumed. 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_RESUME. More... | |
uint32_t | cid |
CID, internal caller ID to identify which active call we are talking about. More... | |
Service <-> Client message for phone was resumed.
Definition at line 139 of file conversation.h.
struct GNUNET_MessageHeader ClientPhoneResumeMessage::header |
Type is: GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_RESUME.
Definition at line 144 of file conversation.h.
uint32_t ClientPhoneResumeMessage::cid |
CID, internal caller ID to identify which active call we are talking about.
Definition at line 150 of file conversation.h.
Referenced by GNUNET_CONVERSATION_caller_resume(), handle_cadet_resume_message(), and handle_phone_resume().