gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15715 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r15715 - gnunet/src/datastore
Date: Mon, 20 Jun 2011 09:32:45 +0200

Author: grothoff
Date: 2011-06-20 09:32:44 +0200 (Mon, 20 Jun 2011)
New Revision: 15715

Modified:
   gnunet/src/datastore/gnunet-service-datastore.c
Log:
trying to fix bus error

Modified: gnunet/src/datastore/gnunet-service-datastore.c
===================================================================
--- gnunet/src/datastore/gnunet-service-datastore.c     2011-06-20 07:20:00 UTC 
(rev 15714)
+++ gnunet/src/datastore/gnunet-service-datastore.c     2011-06-20 07:32:44 UTC 
(rev 15715)
@@ -840,7 +840,7 @@
 
 
 /**
- * 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 @@
    * Client to notify on completion.
    */
   struct GNUNET_SERVER_Client *client;
+
+#if ! HAVE_UNALIGNED_64_ACCESS
+  void *reserved;
+#endif 
   
   /* followed by the 'struct DataMessage' */
 };




reply via email to

[Prev in Thread] Current Thread [Next in Thread]