Browse Source

Fix build before simgrid git

Samuel Thibault 5 years ago
parent
commit
c3e04327c5
1 changed files with 1 additions and 1 deletions
  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;