aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-27 19:11:47 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-27 19:11:47 +0000
commit1b1df3463080c4f269394dac31854a024e8c2ec4 (patch)
tree38dc6bd90c5ba17c3b84d23fc9b3cc510876f5e2 /src/dht/gnunet-service-dht.h
parent31ee5f418d7ae0d1ede1f24397769868e4341e28 (diff)
downloadgnunet-1b1df3463080c4f269394dac31854a024e8c2ec4.tar.gz
gnunet-1b1df3463080c4f269394dac31854a024e8c2ec4.zip
adding some stats
Diffstat (limited to 'src/dht/gnunet-service-dht.h')
-rw-r--r--src/dht/gnunet-service-dht.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-dht.h b/src/dht/gnunet-service-dht.h
index 3a716acde..7cacdba7a 100644
--- a/src/dht/gnunet-service-dht.h
+++ b/src/dht/gnunet-service-dht.h
@@ -27,6 +27,8 @@
27#define GNUNET_SERVICE_DHT_H 27#define GNUNET_SERVICE_DHT_H
28 28
29#include "gnunet_util_lib.h" 29#include "gnunet_util_lib.h"
30#include "gnunet_statistics_service.h"
31#include "gnunet_transport_service.h"
30 32
31/** 33/**
32 * Configuration we use. 34 * Configuration we use.
@@ -39,7 +41,6 @@ extern const struct GNUNET_CONFIGURATION_Handle *GDS_cfg;
39 */ 41 */
40extern struct GNUNET_BLOCK_Context *GDS_block_context; 42extern struct GNUNET_BLOCK_Context *GDS_block_context;
41 43
42
43/** 44/**
44 * Handle for the statistics service. 45 * Handle for the statistics service.
45 */ 46 */