X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Flinux%2Fsem.h;h=d0efd6e6c20a6a6a39273639dbd33f3d77c2e156;hb=0ea67fae9e80bfd69713b51ba3fa53879be5383b;hp=976ce3a19f1b23646c4494029929e538f5e0204b;hpb=f66d95d69db3a329354bf29ebe5fc73862d2c60a;p=cascardo%2Flinux.git diff --git a/include/linux/sem.h b/include/linux/sem.h index 976ce3a19f1b..d0efd6e6c20a 100644 --- a/include/linux/sem.h +++ b/include/linux/sem.h @@ -21,6 +21,7 @@ struct sem_array { struct list_head list_id; /* undo requests on this array */ int sem_nsems; /* no. of semaphores in array */ int complex_count; /* pending complex operations */ + bool complex_mode; /* no parallel simple ops */ }; #ifdef CONFIG_SYSVIPC