Explorar o código

Fix build before simgrid git

Samuel Thibault %!s(int64=5) %!d(string=hai) anos
pai
achega
c3e04327c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/simgrid_cpp.cpp

+ 1 - 1
src/core/simgrid_cpp.cpp

@@ -35,7 +35,7 @@ typedef struct
 {
 	void_f_pvoid_t code;
 	void *userparam;
-#if SIMGRID_VERSION >= 32501
+#if SIMGRID_VERSION < 32501
 	void *father_data;
 #endif
 } thread_data_t;