gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9005 - GNUnet/src/applications/dhtlog_mysql


From: gnunet
Subject: [GNUnet-SVN] r9005 - GNUnet/src/applications/dhtlog_mysql
Date: Thu, 17 Sep 2009 17:28:49 -0600

Author: nevans
Date: 2009-09-17 17:28:48 -0600 (Thu, 17 Sep 2009)
New Revision: 9005

Modified:
   GNUnet/src/applications/dhtlog_mysql/dhtlog_test.c
Log:
pre-commit

Modified: GNUnet/src/applications/dhtlog_mysql/dhtlog_test.c
===================================================================
--- GNUnet/src/applications/dhtlog_mysql/dhtlog_test.c  2009-09-17 23:26:48 UTC 
(rev 9004)
+++ GNUnet/src/applications/dhtlog_mysql/dhtlog_test.c  2009-09-17 23:28:48 UTC 
(rev 9005)
@@ -54,7 +54,7 @@
   unsigned long long nodeuid = 0;
   unsigned long long internaluid = 1010223344;
   unsigned long long dhtkeyuid = 0;
-       unsigned long long bps = 10000000000000000;
+  unsigned long long bps = 10000000000000000;
   memset (&p1.hashPubKey, 3, sizeof (GNUNET_HashCode));
   memset (&p2.hashPubKey, 4, sizeof (GNUNET_HashCode));
   memset (&p3.hashPubKey, 5, sizeof (GNUNET_HashCode));
@@ -64,7 +64,8 @@
   memset (&k2, 1, sizeof (GNUNET_HashCode));
 
   ret =
-    api->insert_trial (&trialuid, i, 5, .75, .25, 0, 0, 0, 0, 0, 0, 0, 0, bps, 
"");
+    api->insert_trial (&trialuid, i, 5, .75, .25, 0, 0, 0, 0, 0, 0, 0, 0, bps,
+                       "");
   fprintf (stderr, "Trial uid is %llu\n", trialuid);
 
   if (ret != GNUNET_OK)





reply via email to

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