X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e6099f4c18d1f4140b5b1526f1f362761bba980e..e34aedcc066725448eee18de1aea881fd6697ba1:/src/msg/msg_private.hpp diff --git a/src/msg/msg_private.hpp b/src/msg/msg_private.hpp index c549ed1f04..45ea718663 100644 --- a/src/msg/msg_private.hpp +++ b/src/msg/msg_private.hpp @@ -10,9 +10,6 @@ #include "src/kernel/activity/CommImpl.hpp" #include "src/kernel/activity/ExecImpl.hpp" -#include "xbt/Extendable.hpp" - -#include /**************** datatypes **********************************/ /********************************* Task **************************************/ @@ -77,7 +74,7 @@ public: /************************** Global variables ********************************/ struct s_MSG_Global_t { - int debug_multiple_use; /* whether we want an error message when reusing the same Task for 2 things */ + bool debug_multiple_use; /* whether we want an error message when reusing the same Task for 2 things */ std::atomic_int_fast32_t sent_msg; /* Total amount of messages sent during the simulation */ void (*task_copy_callback)(msg_task_t task, msg_process_t src, msg_process_t dst); void_f_pvoid_t process_data_cleanup;