aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core.h
diff options
context:
space:
mode:
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;