- added check against statistics
[oweals/gnunet.git] / src / datastore / datastore.h
index 563b7486cac3fb1d08fb4f5223d0f2368afc5834..c8b2c722bbfc62a9a31336d735a88bbfa91f64f8 100644 (file)
@@ -31,6 +31,8 @@
 
 #include "gnunet_util_lib.h"
 
+GNUNET_NETWORK_STRUCT_BEGIN
+
 /**
  * Message from datastore service informing client about
  * the current size of the datastore.
@@ -128,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;
 
 };
 
@@ -251,10 +253,10 @@ struct DataMessage
   /**
    * Key under which the item can be found.
    */
-  GNUNET_HashCode key GNUNET_PACKED;
+  GNUNET_HashCode key;
 
 };
-
+GNUNET_NETWORK_STRUCT_END