aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-08-03 08:24:45 +0000
committerNathan S. Evans <evans@in.tum.de>2010-08-03 08:24:45 +0000
commitb38f97fd35c05c1279da542a99e4577b2a019096 (patch)
tree0b63b091c7b27d7bd2e40708def5237cea2d6b18 /src/core/core.h
parent7d86288c8819afc624d08cb88e3ed77ab05f541d (diff)
downloadgnunet-b38f97fd35c05c1279da542a99e4577b2a019096.tar.gz
gnunet-b38f97fd35c05c1279da542a99e4577b2a019096.zip
core changes for topology iteration (get current connections)
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h
index cd3b5d805..021aa4184 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -30,7 +30,7 @@
30/** 30/**
31 * General core debugging. 31 * General core debugging.
32 */ 32 */
33#define DEBUG_CORE GNUNET_YES 33#define DEBUG_CORE GNUNET_NO
34 34
35/** 35/**
36 * Debugging interaction core-clients. 36 * Debugging interaction core-clients.