X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fdht%2Fgnunet-service-dht.h;h=f06b24b74f1cad52c665bce3c01b8d16b2388972;hb=e18f978a71ea716bdad13ef79c6e7c05a01d4a54;hp=3a716acde1fbaff586a063e229b992611e52daf8;hpb=1f3e06a9d063aefd82ff5081f340a3ce5783ca9b;p=oweals%2Fgnunet.git diff --git a/src/dht/gnunet-service-dht.h b/src/dht/gnunet-service-dht.h index 3a716acde..f06b24b74 100644 --- a/src/dht/gnunet-service-dht.h +++ b/src/dht/gnunet-service-dht.h @@ -27,19 +27,21 @@ #define GNUNET_SERVICE_DHT_H #include "gnunet_util_lib.h" +#include "gnunet_statistics_service.h" +#include "gnunet_transport_service.h" + +#define DEBUG_DHT GNUNET_EXTRA_LOGGING /** * Configuration we use. */ extern const struct GNUNET_CONFIGURATION_Handle *GDS_cfg; - /** * Our handle to the BLOCK library. */ extern struct GNUNET_BLOCK_Context *GDS_block_context; - /** * Handle for the statistics service. */