From b3e1a50567ccdaf2ac5eb26637fd49b47e181d92 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 9 Jul 2016 15:15:36 +0000 Subject: pack network structs --- src/conversation/conversation.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/conversation') 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 */ { -- cgit v1.2.3