aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-30 15:51:45 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-30 15:51:45 +0000
commitb590fc07325156f3b2507112b2ae8fd38b914379 (patch)
treebb99cccb9b788e6f928f1000b8ef96d49a67b50b /src/datastore
parentd1ba1e15c1865919ed6d3cb43806e21e760039cf (diff)
downloadgnunet-b590fc07325156f3b2507112b2ae8fd38b914379.tar.gz
gnunet-b590fc07325156f3b2507112b2ae8fd38b914379.zip
stats
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/datastore_api.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c
index 9738588a7..65c14f673 100644
--- a/src/datastore/datastore_api.c
+++ b/src/datastore/datastore_api.c
@@ -477,6 +477,10 @@ make_queue_entry (struct GNUNET_DATASTORE_Handle *h,
477 GNUNET_CONTAINER_DLL_insert (h->queue_head, 477 GNUNET_CONTAINER_DLL_insert (h->queue_head,
478 h->queue_tail, 478 h->queue_tail,
479 pos); 479 pos);
480 GNUNET_STATISTICS_update (h->stats,
481 gettext_noop ("# Requests dropped from datastore queue"),
482 1,
483 GNUNET_NO);
480 pos->response_proc (h, NULL); 484 pos->response_proc (h, NULL);
481 break; 485 break;
482 } 486 }