From 2a290cd25b50231cb03ea25b0065e29de813a4d6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 4 Jun 2010 09:32:44 +0000 Subject: [PATCH] done --- TODO | 1 - src/fs/gnunet-service-fs.c | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index d13d1ee87..f9d775098 100644 --- a/TODO +++ b/TODO @@ -6,7 +6,6 @@ is supposed to die; the OTHER FS service (the one that was supposed to die) is still up! - TTL/priority calculations - hot-path routing, load considerations - - statistics - active reply route caching design & implementation of service; gap extension! * TRANSPORT: - HTTP backend [MW] diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c index 5389255c4..c5a47973c 100644 --- a/src/fs/gnunet-service-fs.c +++ b/src/fs/gnunet-service-fs.c @@ -1601,7 +1601,10 @@ add_to_pending_messages_for_peer (struct ConnectedPeer *cp, GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Failed to schedule transmission with core!\n"); #endif - /* FIXME: call stats (rare, bad case) */ + GNUNET_STATISTICS_update (stats, + gettext_noop ("# CORE transmission failures"), + 1, + GNUNET_NO); } } -- 2.25.1