X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8d000a773b5ebcd411b28c31de68eeddf804e66b..f0837fbf862b4bbf7f074314f95df143c6285cef:/src/simdag/simdag_private.h diff --git a/src/simdag/simdag_private.h b/src/simdag/simdag_private.h index b6915825de..28e8664a88 100644 --- a/src/simdag/simdag_private.h +++ b/src/simdag/simdag_private.h @@ -20,7 +20,7 @@ SG_BEGIN_DECL() typedef struct SD_global { xbt_mallocator_t task_mallocator; /* to not remalloc new tasks */ - int watch_point_reached; /* has a task just reached a watch point? */ + bool watch_point_reached; /* has a task just reached a watch point? */ xbt_dynar_t initial_task_set; xbt_dynar_t executable_task_set;