gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r37514 - gnunet/src/conversation


From: gnunet
Subject: [GNUnet-SVN] r37514 - gnunet/src/conversation
Date: Sat, 9 Jul 2016 17:15:37 +0200

Author: grothoff
Date: 2016-07-09 17:15:36 +0200 (Sat, 09 Jul 2016)
New Revision: 37514

Modified:
   gnunet/src/conversation/conversation.h
Log:
pack network structs

Modified: gnunet/src/conversation/conversation.h
===================================================================
--- gnunet/src/conversation/conversation.h      2016-07-09 14:29:34 UTC (rev 
37513)
+++ gnunet/src/conversation/conversation.h      2016-07-09 15:15:36 UTC (rev 
37514)
@@ -46,7 +46,9 @@
  */
 #define HIGH_BIT ((uint32_t) (1LL << 31))
 
+GNUNET_NETWORK_STRUCT_BEGIN
 
+
 /**
  * Message to transmit the audio (between client and helpers).
  */
@@ -372,7 +374,9 @@
 };
 
 
+GNUNET_NETWORK_STRUCT_END
 
+
 #if 0                          /* keep Emacsens' auto-indent happy */
 {
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]