trying to fix bus error
authorChristian Grothoff <christian@grothoff.org>
Mon, 20 Jun 2011 07:32:44 +0000 (07:32 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 20 Jun 2011 07:32:44 +0000 (07:32 +0000)
src/datastore/gnunet-service-datastore.c

index fab403a86eabb0fc8a8866faa8c271c4f63f4760..a2cb4af398e6904f85c05b01128dfbc9e4bf0a1a 100644 (file)
@@ -840,7 +840,7 @@ check_data (const struct GNUNET_MessageHeader *message)
 
 
 /**
- * Context for a put request used to see if the content is
+ * Context for a PUT request used to see if the content is
  * already present.
  */
 struct PutContext
@@ -849,6 +849,10 @@ struct PutContext
    * Client to notify on completion.
    */
   struct GNUNET_SERVER_Client *client;
+
+#if ! HAVE_UNALIGNED_64_ACCESS
+  void *reserved;
+#endif 
   
   /* followed by the 'struct DataMessage' */
 };