Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Field is unused without smpi.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 9 Jun 2018 12:53:55 +0000 (14:53 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 10 Jun 2018 16:56:29 +0000 (18:56 +0200)
src/instr/instr_paje_events.hpp

index 87ed434..db2ff43 100644 (file)
@@ -7,6 +7,7 @@
 #define INSTR_PAJE_EVENTS_HPP
 
 #include "src/instr/instr_private.hpp"
 #define INSTR_PAJE_EVENTS_HPP
 
 #include "src/instr/instr_private.hpp"
+#include "src/internal_config.h"
 #include <sstream>
 #include <string>
 
 #include <sstream>
 #include <string>
 
@@ -66,7 +67,9 @@ public:
 class StateEvent : public PajeEvent {
   EntityValue* value;
   std::string filename = "(null)";
 class StateEvent : public PajeEvent {
   EntityValue* value;
   std::string filename = "(null)";
+#if HAVE_SMPI
   int linenumber       = -1;
   int linenumber       = -1;
+#endif
   TIData* extra_;
 
 public:
   TIData* extra_;
 
 public: