Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more explicit header inclusion guard
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 14 Nov 2015 22:07:59 +0000 (23:07 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 14 Nov 2015 22:07:59 +0000 (23:07 +0100)
src/surf/plugins/energy.hpp

index ab9d1f3..18af57f 100644 (file)
@@ -9,8 +9,8 @@
 #include "../cpu_interface.hpp"
 #include <map>
 
-#ifndef CALLBACK_HPP_
-#define CALLBACK_HPP_
+#ifndef ENERGY_CALLBACK_HPP_
+#define ENERGY_CALLBACK_HPP_
 
 class XBT_PRIVATE CpuEnergy;
 
@@ -34,4 +34,4 @@ public:
   Cpu *cpu;
 };
 
-#endif /* CALLBACK_HPP_ */
+#endif /* ENERGY_CALLBACK_HPP_ */