projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
866acf0
)
dhtlog inserts round info
author
Nathan S. Evans
<evans@in.tum.de>
Thu, 16 Sep 2010 14:12:56 +0000
(14:12 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Thu, 16 Sep 2010 14:12:56 +0000
(14:12 +0000)
src/dht/test_dhtlog.c
patch
|
blob
|
history
diff --git
a/src/dht/test_dhtlog.c
b/src/dht/test_dhtlog.c
index 08ac6af651cbe048c61402d050c7ebea06e7d312..667bf3d2a34153ffce7c3104065734d352df66ef 100644
(file)
--- a/
src/dht/test_dhtlog.c
+++ b/
src/dht/test_dhtlog.c
@@
-28,7
+28,7
@@
#include "gnunet_protocols.h"
#include "dhtlog.h"
-#define VERBOSE GNUNET_
NO
+#define VERBOSE GNUNET_
YES
static int ok;
@@
-177,6
+177,11
@@
test (struct GNUNET_DHTLOG_Handle * api)
CHECK(ret);
#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;
}