gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32459 - gnunet/src/ats-tests


From: gnunet
Subject: [GNUnet-SVN] r32459 - gnunet/src/ats-tests
Date: Sun, 23 Feb 2014 14:56:11 +0100

Author: grothoff
Date: 2014-02-23 14:56:11 +0100 (Sun, 23 Feb 2014)
New Revision: 32459

Modified:
   gnunet/src/ats-tests/ats-testing.c
   gnunet/src/ats-tests/ats-testing.h
Log:
-avoid defining 'cfg' symbol each time ats-testing.h is included (fixes FTBFS)

Modified: gnunet/src/ats-tests/ats-testing.c
===================================================================
--- gnunet/src/ats-tests/ats-testing.c  2014-02-23 11:17:03 UTC (rev 32458)
+++ gnunet/src/ats-tests/ats-testing.c  2014-02-23 13:56:11 UTC (rev 32459)
@@ -48,6 +48,7 @@
   struct GNUNET_TESTBED_Operation *connect_op;
 };
 
+struct GNUNET_CONFIGURATION_Handle *cfg;
 
 struct GNUNET_ATS_TEST_Topology *top;
 

Modified: gnunet/src/ats-tests/ats-testing.h
===================================================================
--- gnunet/src/ats-tests/ats-testing.h  2014-02-23 11:17:03 UTC (rev 32458)
+++ gnunet/src/ats-tests/ats-testing.h  2014-02-23 13:56:11 UTC (rev 32459)
@@ -535,9 +535,8 @@
 /*
  * Experiment related functions
  */
+extern struct GNUNET_CONFIGURATION_Handle *cfg;
 
-struct GNUNET_CONFIGURATION_Handle *cfg;
-
 /**
  * Execute the specified experiment
  *




reply via email to

[Prev in Thread] Current Thread [Next in Thread]