- added check against statistics
[oweals/gnunet.git] / src / datastore / datastore.h
index 1126027f8ecb1be318aeb6af1f3d66fbc890519d..c8b2c722bbfc62a9a31336d735a88bbfa91f64f8 100644 (file)
@@ -130,7 +130,7 @@ struct GetMessage
    * Desired key (optional).  Check the "size" of the
    * header to see if the key is actually present.
    */
-  GNUNET_HashCode key GNUNET_PACKED;
+  GNUNET_HashCode key;
 
 };
 
@@ -253,7 +253,7 @@ struct DataMessage
   /**
    * Key under which the item can be found.
    */
-  GNUNET_HashCode key GNUNET_PACKED;
+  GNUNET_HashCode key;
 
 };
 GNUNET_NETWORK_STRUCT_END