pack network structs
authorChristian Grothoff <christian@grothoff.org>
Sat, 9 Jul 2016 15:15:36 +0000 (15:15 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 9 Jul 2016 15:15:36 +0000 (15:15 +0000)
src/conversation/conversation.h

index 1bd358e78d9cf3f4e1aa0a92c6b895802d9d1a76..bbe587b50ddbc0c38c3406f16b1d4fd1a9a18774 100644 (file)
@@ -46,6 +46,8 @@ extern "C"
  */
 #define HIGH_BIT ((uint32_t) (1LL << 31))
 
+GNUNET_NETWORK_STRUCT_BEGIN
+
 
 /**
  * Message to transmit the audio (between client and helpers).
@@ -372,6 +374,8 @@ struct CadetAudioMessage
 };
 
 
+GNUNET_NETWORK_STRUCT_END
+
 
 #if 0                          /* keep Emacsens' auto-indent happy */
 {