aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/conversation.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-03 12:00:41 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-03 12:00:41 +0000
commit4954b2047093f62c866d145ece0d2304b76a428f (patch)
tree5182968d2df68afee6e2a73d335f4f09fbf36aa9 /src/conversation/conversation.h
parentb1181407c587a10e4e42318e6189876d4587eca4 (diff)
downloadgnunet-4954b2047093f62c866d145ece0d2304b76a428f.tar.gz
gnunet-4954b2047093f62c866d145ece0d2304b76a428f.zip
-ipc message design
Diffstat (limited to 'src/conversation/conversation.h')
-rw-r--r--src/conversation/conversation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conversation/conversation.h b/src/conversation/conversation.h
index f15c48b9a..73052dfcf 100644
--- a/src/conversation/conversation.h
+++ b/src/conversation/conversation.h
@@ -520,10 +520,10 @@ struct ClientCallMessage
520 * Service -> Client: other peer has picked up the phone, we are 520 * Service -> Client: other peer has picked up the phone, we are
521 * now talking. 521 * now talking.
522 */ 522 */
523struct ClientPhoneHangupMessage 523struct ClientPhonePickedupMessage
524{ 524{
525 /** 525 /**
526 * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_ESTABLISHED 526 * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_PICKED_UP
527 */ 527 */
528 struct GNUNET_MessageHeader header; 528 struct GNUNET_MessageHeader header;
529 529