gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r32907 - in gnunet/src: ats experimentation


From: gnunet
Subject: [GNUnet-SVN] r32907 - in gnunet/src: ats experimentation
Date: Mon, 7 Apr 2014 13:06:39 +0200

Author: florian
Date: 2014-04-07 13:06:38 +0200 (Mon, 07 Apr 2014)
New Revision: 32907

Modified:
   gnunet/src/ats/gnunet-ats-solver-eval.h
   gnunet/src/experimentation/gnunet-daemon-experimentation.h
Log:
missing ifndefs in headers


Modified: gnunet/src/ats/gnunet-ats-solver-eval.h
===================================================================
--- gnunet/src/ats/gnunet-ats-solver-eval.h     2014-04-07 11:05:33 UTC (rev 
32906)
+++ gnunet/src/ats/gnunet-ats-solver-eval.h     2014-04-07 11:06:38 UTC (rev 
32907)
@@ -23,6 +23,8 @@
  * @author Christian Grothoff
  * @author Matthias Wachs
  */
+#ifndef GNUNET_ATS_SOLVER_EVAL_H
+#define GNUNET_ATS_SOLVER_EVAL_H
 #include "platform.h"
 #include "gnunet_util_lib.h"
 #include "gnunet_ats_plugin.h"
@@ -810,4 +812,5 @@
 void
 GNUNET_ATS_TEST_shutdown_topology (void);
 #endif
+#endif /* #ifndef GNUNET_ATS_SOLVER_EVAL_H */
 /* end of file ats-testing.h */

Modified: gnunet/src/experimentation/gnunet-daemon-experimentation.h
===================================================================
--- gnunet/src/experimentation/gnunet-daemon-experimentation.h  2014-04-07 
11:05:33 UTC (rev 32906)
+++ gnunet/src/experimentation/gnunet-daemon-experimentation.h  2014-04-07 
11:06:38 UTC (rev 32907)
@@ -24,6 +24,8 @@
  * @author Christian Grothoff
  * @author Matthias Wachs
  */
+#ifndef GNUNET_DAEMON_EXPERIMENTATION_H
+#define GNUNET_DAEMON_EXPERIMENTATION_H
 #include "platform.h"
 #include "gnunet_getopt_lib.h"
 #include "gnunet_util_lib.h"
@@ -493,4 +495,5 @@
 GED_storage_stop (void);
 
 
+#endif /* #ifndef GNUNET_DAEMON_EXPERIMENTATION_H */
 /* end of gnunet-daemon-experimentation.h */




reply via email to

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