Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ops, wasn't compilable under windows
[simgrid.git] / src / xbt / xbt_os_thread.c
index a4b7fa8..73fe3a4 100644 (file)
@@ -309,7 +309,7 @@ void xbt_os_mutex_destroy(xbt_os_mutex_t mutex) {
 }
 
 /***** condition related functions *****/
- enum {
+ enum { /* KEEP IT IN SYNC WITH xbt_thread.c */
     SIGNAL = 0,
     BROADCAST = 1,
     MAX_EVENTS = 2