/** * Our configuration. */ extern const struct GNUNET_CONFIGURATION_Handle *GSC_cfg; /** * For creating statistics. */ extern struct GNUNET_STATISTICS_Handle *GSC_stats; /** * Our identity. */ extern struct GNUNET_PeerIdentity GSC_my_identity;