aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_start_only.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-26 21:25:54 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-26 21:25:54 +0000
commit388295b283310b9a679861bee92952b247f574fe (patch)
treec94fad13ebbc8e3ba8bc4195bfb940a9538233db /src/core/test_core_api_start_only.c
parent7bc466bbdb8b64cac68c5ee59eb7ab6b9d85c420 (diff)
downloadgnunet-388295b283310b9a679861bee92952b247f574fe.tar.gz
gnunet-388295b283310b9a679861bee92952b247f574fe.zip
fixes
Diffstat (limited to 'src/core/test_core_api_start_only.c')
-rw-r--r--src/core/test_core_api_start_only.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/test_core_api_start_only.c b/src/core/test_core_api_start_only.c
index f1993325c..62550f0ec 100644
--- a/src/core/test_core_api_start_only.c
+++ b/src/core/test_core_api_start_only.c
@@ -45,7 +45,7 @@
45 45
46struct PeerContext 46struct PeerContext
47{ 47{
48 const struct GNUNET_CONFIGURATION_Handle *cfg; 48 struct GNUNET_CONFIGURATION_Handle *cfg;
49 struct GNUNET_CORE_Handle *ch; 49 struct GNUNET_CORE_Handle *ch;
50 struct GNUNET_PeerIdentity id; 50 struct GNUNET_PeerIdentity id;
51#if START_ARM 51#if START_ARM