aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/peerstore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerstore/peerstore.h')
-rw-r--r--src/peerstore/peerstore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/peerstore/peerstore.h b/src/peerstore/peerstore.h
index 255afc82c..33d31870c 100644
--- a/src/peerstore/peerstore.h
+++ b/src/peerstore/peerstore.h
@@ -76,12 +76,12 @@ struct StoreResponseMessage
76 /** 76 /**
77 * Was the store operation successful (#GNUNET_YES / #GNUNET_NO) 77 * Was the store operation successful (#GNUNET_YES / #GNUNET_NO)
78 */ 78 */
79 uint16_t success; 79 uint16_t success GNUNET_PACKED;
80 80
81 /** 81 /**
82 * Size of the error message (0 if no error) 82 * Size of the error message (0 if no error)
83 */ 83 */
84 size_t emsg_size; 84 size_t emsg_size GNUNET_PACKED;
85}; 85};
86 86
87GNUNET_NETWORK_STRUCT_END 87GNUNET_NETWORK_STRUCT_END