aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-07 10:53:18 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-07 10:53:18 +0000
commit026bfdef366253645c5bea8bed130a0f6900be77 (patch)
treea8fc608b8fa8ac1b360aabc69ab5b470150b8a7a /src/core/gnunet-service-core.h
parent5cb9a34c4c5c6182552beb8b36adebdeaa6c6548 (diff)
downloadgnunet-026bfdef366253645c5bea8bed130a0f6900be77.tar.gz
gnunet-026bfdef366253645c5bea8bed130a0f6900be77.zip
hxing
Diffstat (limited to 'src/core/gnunet-service-core.h')
-rw-r--r--src/core/gnunet-service-core.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/gnunet-service-core.h b/src/core/gnunet-service-core.h
index 5153640ea..9068e7c3d 100644
--- a/src/core/gnunet-service-core.h
+++ b/src/core/gnunet-service-core.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2009, 2010 Christian Grothoff (and other contributing authors) 3 (C) 2009, 2010, 2011 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -26,8 +26,11 @@
26#ifndef GNUNET_SERVICE_CORE_H 26#ifndef GNUNET_SERVICE_CORE_H
27#define GNUNET_SERVICE_CORE_H 27#define GNUNET_SERVICE_CORE_H
28 28
29#include "gnunet_statistics_service.h"
29 30
30 31
32#define DEBUG_CORE GNUNET_EXTRA_LOGGING
33
31/** 34/**
32 * Opaque handle to a client. 35 * Opaque handle to a client.
33 */ 36 */