From: Christian Grothoff Date: Sat, 9 Jul 2016 15:15:36 +0000 (+0000) Subject: pack network structs X-Git-Tag: initial-import-from-subversion-38251~555 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b3e1a50567ccdaf2ac5eb26637fd49b47e181d92;p=oweals%2Fgnunet.git pack network structs --- diff --git a/src/conversation/conversation.h b/src/conversation/conversation.h index 1bd358e78..bbe587b50 100644 --- a/src/conversation/conversation.h +++ b/src/conversation/conversation.h @@ -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 */ {