aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-02-23 13:56:11 +0000
committerChristian Grothoff <christian@grothoff.org>2014-02-23 13:56:11 +0000
commit282e6277c6aff384c1c15bc00828fdf4b9c46829 (patch)
treef86c2329a5e3d549db0263c6a18dca267be9b642 /src/ats-tests
parent109d43085701653a454297fb2193e873d4acdfbc (diff)
downloadgnunet-282e6277c6aff384c1c15bc00828fdf4b9c46829.tar.gz
gnunet-282e6277c6aff384c1c15bc00828fdf4b9c46829.zip
-avoid defining 'cfg' symbol each time ats-testing.h is included (fixes FTBFS)
Diffstat (limited to 'src/ats-tests')
-rw-r--r--src/ats-tests/ats-testing.c1
-rw-r--r--src/ats-tests/ats-testing.h3
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ats-tests/ats-testing.c b/src/ats-tests/ats-testing.c
index 058aa4a7b..a3051fdc6 100644
--- a/src/ats-tests/ats-testing.c
+++ b/src/ats-tests/ats-testing.c
@@ -48,6 +48,7 @@ struct TestbedConnectOperation
48 struct GNUNET_TESTBED_Operation *connect_op; 48 struct GNUNET_TESTBED_Operation *connect_op;
49}; 49};
50 50
51struct GNUNET_CONFIGURATION_Handle *cfg;
51 52
52struct GNUNET_ATS_TEST_Topology *top; 53struct GNUNET_ATS_TEST_Topology *top;
53 54
diff --git a/src/ats-tests/ats-testing.h b/src/ats-tests/ats-testing.h
index ca8831511..86c26eb81 100644
--- a/src/ats-tests/ats-testing.h
+++ b/src/ats-tests/ats-testing.h
@@ -535,8 +535,7 @@ struct Experiment
535/* 535/*
536 * Experiment related functions 536 * Experiment related functions
537 */ 537 */
538 538extern struct GNUNET_CONFIGURATION_Handle *cfg;
539struct GNUNET_CONFIGURATION_Handle *cfg;
540 539
541/** 540/**
542 * Execute the specified experiment 541 * Execute the specified experiment