aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_plugin_datastore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-04 14:04:46 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-04 14:04:46 +0000
commitae64def363d4eeeaf8acfe586f00ae962da479fb (patch)
tree848d9e9eb579c17d9eef231e4caccc30b42c07f3 /src/datastore/perf_plugin_datastore.c
parent0faff46cb3a4cc085ea2876eb6cdccfc59cb2bbe (diff)
downloadgnunet-ae64def363d4eeeaf8acfe586f00ae962da479fb.tar.gz
gnunet-ae64def363d4eeeaf8acfe586f00ae962da479fb.zip
sqlite clean up
Diffstat (limited to 'src/datastore/perf_plugin_datastore.c')
-rw-r--r--src/datastore/perf_plugin_datastore.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c
index f7216a5a6..676fa8d9d 100644
--- a/src/datastore/perf_plugin_datastore.c
+++ b/src/datastore/perf_plugin_datastore.c
@@ -284,6 +284,11 @@ test (void *cls,
284 struct CpsRunContext *crc = cls; 284 struct CpsRunContext *crc = cls;
285 int j; 285 int j;
286 286
287 if (0 != (tc->reason & GNUNET_SCHEDULER_REASON_SHUTDOWN))
288 {
289 crc->phase = RP_DONE;
290 ok = 1;
291 }
287 switch (crc->phase) 292 switch (crc->phase)
288 { 293 {
289 case RP_PUT: 294 case RP_PUT: