ソースを参照

Fix build before simgrid git

Samuel Thibault 5 年 前
コミット
c3e04327c5
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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;