aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/datastore.h')
-rw-r--r--src/datastore/datastore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datastore/datastore.h b/src/datastore/datastore.h
index 1126027f8..c8b2c722b 100644
--- a/src/datastore/datastore.h
+++ b/src/datastore/datastore.h
@@ -130,7 +130,7 @@ struct GetMessage
130 * Desired key (optional). Check the "size" of the 130 * Desired key (optional). Check the "size" of the
131 * header to see if the key is actually present. 131 * header to see if the key is actually present.
132 */ 132 */
133 GNUNET_HashCode key GNUNET_PACKED; 133 GNUNET_HashCode key;
134 134
135}; 135};
136 136
@@ -253,7 +253,7 @@ struct DataMessage
253 /** 253 /**
254 * Key under which the item can be found. 254 * Key under which the item can be found.
255 */ 255 */
256 GNUNET_HashCode key GNUNET_PACKED; 256 GNUNET_HashCode key;
257 257
258}; 258};
259GNUNET_NETWORK_STRUCT_END 259GNUNET_NETWORK_STRUCT_END