From 0834bf4d6fdf19ab410c01c02e65fcda8a5e5ebc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 2 Oct 2013 19:29:22 +0000 Subject: -implement microphone library --- src/conversation/conversation.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/conversation/conversation.h') diff --git a/src/conversation/conversation.h b/src/conversation/conversation.h index cc36ca739..91630d8c2 100644 --- a/src/conversation/conversation.h +++ b/src/conversation/conversation.h @@ -396,10 +396,10 @@ struct AudioMessage * Type is #GNUNET_MESSAGE_TYPE_CONVERSATION_AUDIO */ struct GNUNET_MessageHeader header; - int SequenceNumber; + int32_t SequenceNumber; struct GNUNET_TIME_Absolute time; - int length; - int encrypted; + int32_t length; + int32_t encrypted; uint8_t audio[200]; }; -- cgit v1.2.3