浏览代码

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;