gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r11605 - in gnunet: . src/fs


From: gnunet
Subject: [GNUnet-SVN] r11605 - in gnunet: . src/fs
Date: Fri, 4 Jun 2010 11:32:44 +0200

Author: grothoff
Date: 2010-06-04 11:32:44 +0200 (Fri, 04 Jun 2010)
New Revision: 11605

Modified:
   gnunet/TODO
   gnunet/src/fs/gnunet-service-fs.c
Log:
done

Modified: gnunet/TODO
===================================================================
--- gnunet/TODO 2010-06-03 23:26:44 UTC (rev 11604)
+++ gnunet/TODO 2010-06-04 09:32:44 UTC (rev 11605)
@@ -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]

Modified: gnunet/src/fs/gnunet-service-fs.c
===================================================================
--- gnunet/src/fs/gnunet-service-fs.c   2010-06-03 23:26:44 UTC (rev 11604)
+++ gnunet/src/fs/gnunet-service-fs.c   2010-06-04 09:32:44 UTC (rev 11605)
@@ -1601,7 +1601,10 @@
       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);
     }
 }
 




reply via email to

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