Client <-> Service hang up phone that may or may not be ringing. 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_HANG_UP. More... | |
uint32_t | cid |
CID, internal caller ID to identify which active call we are talking about. More... | |
Client <-> Service hang up phone that may or may not be ringing.
Also sent in response to a (failed) struct ClientCallMessage
.
Definition at line 176 of file conversation.h.
struct GNUNET_MessageHeader ClientPhoneHangupMessage::header |
Type is: GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_HANG_UP.
Definition at line 181 of file conversation.h.
uint32_t ClientPhoneHangupMessage::cid |
CID, internal caller ID to identify which active call we are talking about.
Definition at line 187 of file conversation.h.
Referenced by clean_up_channel(), GNUNET_CONVERSATION_caller_hang_up(), handle_cadet_hangup_message(), and handle_phone_hangup().