Service <-> Client message for phone was suspended. 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_SUSPEND. More... | |
uint32_t | cid |
CID, internal caller ID to identify which active call we are talking about. More... | |
Service <-> Client message for phone was suspended.
Definition at line 121 of file conversation.h.
struct GNUNET_MessageHeader ClientPhoneSuspendMessage::header |
Type is: GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_SUSPEND.
Definition at line 126 of file conversation.h.
uint32_t ClientPhoneSuspendMessage::cid |
CID, internal caller ID to identify which active call we are talking about.
Definition at line 132 of file conversation.h.
Referenced by GNUNET_CONVERSATION_caller_suspend(), handle_cadet_suspend_message(), and handle_phone_suspend().