d98b318e5ad03fef9d7e81461d94c67f14e83ea5
[oweals/gnunet.git] / src / core / gnunet-service-core.h
1
2 /**
3  * Our configuration.
4  */
5 extern const struct GNUNET_CONFIGURATION_Handle *GSC_cfg;
6
7 /**
8  * For creating statistics.
9  */
10 extern struct GNUNET_STATISTICS_Handle *GSC_stats;
11
12 /**
13  * Our identity.
14  */
15 extern struct GNUNET_PeerIdentity GSC_my_identity;