aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing.h
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/ats-testing.h
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/ats-testing.h')
-rw-r--r--src/ats-tests/ats-testing.h3
1 files changed, 1 insertions, 2 deletions
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