-bump name to 97
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_dht.c
index 2f2a8890d2f8ed0a78e485d4d910b7d05e9f5480..3beb2da8a85bc3bebe822a8a8166badfd44ccb4d 100644 (file)
 #include "gnunet_util_lib.h"
 
 #include "gnunet_dht_service.h"
+#include "gnunet_statistics_service.h"
 
 #include "mesh_path.h"
 #include "gnunet-service-mesh_dht.h"
 #include "gnunet-service-mesh_peer.h"
 
-#define LOG (level, ...) GNUNET_log_from ("mesh-dht", level, __VA_ARGS__)
+#define LOG(level, ...) GNUNET_log_from (level,"mesh-dht",__VA_ARGS__)
 
 
 /******************************************************************************/
@@ -55,6 +56,11 @@ struct GMD_search_handle
 /*******************************   GLOBALS  ***********************************/
 /******************************************************************************/
 
+/**
+ * Global handle to the statistics service.
+ */
+extern struct GNUNET_STATISTICS_Handle *stats;
+
 /**
  * Handle to use DHT.
  */