gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r13005 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r13005 - gnunet/src/dht
Date: Thu, 16 Sep 2010 16:12:56 +0200

Author: nevans
Date: 2010-09-16 16:12:56 +0200 (Thu, 16 Sep 2010)
New Revision: 13005

Modified:
   gnunet/src/dht/test_dhtlog.c
Log:
dhtlog inserts round info

Modified: gnunet/src/dht/test_dhtlog.c
===================================================================
--- gnunet/src/dht/test_dhtlog.c        2010-09-16 14:12:23 UTC (rev 13004)
+++ gnunet/src/dht/test_dhtlog.c        2010-09-16 14:12:56 UTC (rev 13005)
@@ -28,7 +28,7 @@
 #include "gnunet_protocols.h"
 #include "dhtlog.h"
 
-#define VERBOSE GNUNET_NO
+#define VERBOSE GNUNET_YES
 
 static int ok;
 
@@ -178,6 +178,11 @@
 #if VERBOSE
   fprintf(stderr, "Insert generic stat succeeded!\n");
 #endif
+  ret = api->insert_round(401, 507);
+  CHECK(ret);
+#if VERBOSE
+  fprintf(stderr, "Insert round succeeded!\n");
+#endif
   return 0;
 }
 




reply via email to

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