aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-05 13:26:24 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-05 13:26:24 +0000
commit0f29195adbd56ae10dea70c2951333c13e765f88 (patch)
tree83247d0f38a2cba50209af2325bad3d74890eb71 /src/core/gnunet-service-core.h
parentf39c4e7141b1fbb4830cb24ff630a879337f98d4 (diff)
downloadgnunet-0f29195adbd56ae10dea70c2951333c13e765f88.tar.gz
gnunet-0f29195adbd56ae10dea70c2951333c13e765f88.zip
towards new core service implementation -- breaking core up into smaller modules
Diffstat (limited to 'src/core/gnunet-service-core.h')
-rw-r--r--src/core/gnunet-service-core.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/core/gnunet-service-core.h b/src/core/gnunet-service-core.h
new file mode 100644
index 000000000..d98b318e5
--- /dev/null
+++ b/src/core/gnunet-service-core.h
@@ -0,0 +1,15 @@
1
2/**
3 * Our configuration.
4 */
5extern const struct GNUNET_CONFIGURATION_Handle *GSC_cfg;
6
7/**
8 * For creating statistics.
9 */
10extern struct GNUNET_STATISTICS_Handle *GSC_stats;
11
12/**
13 * Our identity.
14 */
15extern struct GNUNET_PeerIdentity GSC_my_identity;