X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/da7a08260c5aa258dba35f7d98195418e6ee7d92..6042678d235eeddfa0b7120c17c7fb4362881a88:/src/msg/msg_private.hpp diff --git a/src/msg/msg_private.hpp b/src/msg/msg_private.hpp index 972b4eff4a..45ea718663 100644 --- a/src/msg/msg_private.hpp +++ b/src/msg/msg_private.hpp @@ -74,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;