aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-09 15:15:36 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-09 15:15:36 +0000
commitb3e1a50567ccdaf2ac5eb26637fd49b47e181d92 (patch)
tree4c8774a598504e09aa8a22710208f6b813c109ea /src
parent03374cc39814fa4bfb8d96e1165c688c44d8342f (diff)
downloadgnunet-b3e1a50567ccdaf2ac5eb26637fd49b47e181d92.tar.gz
gnunet-b3e1a50567ccdaf2ac5eb26637fd49b47e181d92.zip
pack network structs
Diffstat (limited to 'src')
-rw-r--r--src/conversation/conversation.h4
1 files changed, 4 insertions, 0 deletions
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"
46 */ 46 */
47#define HIGH_BIT ((uint32_t) (1LL << 31)) 47#define HIGH_BIT ((uint32_t) (1LL << 31))
48 48
49GNUNET_NETWORK_STRUCT_BEGIN
50
49 51
50/** 52/**
51 * Message to transmit the audio (between client and helpers). 53 * Message to transmit the audio (between client and helpers).
@@ -372,6 +374,8 @@ struct CadetAudioMessage
372}; 374};
373 375
374 376
377GNUNET_NETWORK_STRUCT_END
378
375 379
376#if 0 /* keep Emacsens' auto-indent happy */ 380#if 0 /* keep Emacsens' auto-indent happy */
377{ 381{