aboutsummaryrefslogtreecommitdiff
path: root/src/fragmentation/fragmentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fragmentation/fragmentation.h')
-rw-r--r--src/fragmentation/fragmentation.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fragmentation/fragmentation.h b/src/fragmentation/fragmentation.h
index 3469dd27e..2f3ea67bb 100644
--- a/src/fragmentation/fragmentation.h
+++ b/src/fragmentation/fragmentation.h
@@ -27,6 +27,8 @@
27#include "platform.h" 27#include "platform.h"
28#include "gnunet_fragmentation_lib.h" 28#include "gnunet_fragmentation_lib.h"
29 29
30GNUNET_NETWORK_STRUCT_BEGIN
31
30/** 32/**
31 * Header for a message fragment. Followed by the 33 * Header for a message fragment. Followed by the
32 * original message. 34 * original message.
@@ -82,6 +84,6 @@ struct FragmentAcknowledgement
82 uint64_t bits; 84 uint64_t bits;
83 85
84}; 86};
85 87GNUNET_NETWORK_STRUCT_END
86 88
87#endif 89#endif