vserver 1.9.5.x5
[linux-2.6.git] / include / linux / sem.h
index c365f79..2d8516b 100644 (file)
@@ -109,6 +109,7 @@ struct sem_queue {
        int                     id;      /* internal sem id */
        struct sembuf *         sops;    /* array of pending operations */
        int                     nsops;   /* number of operations */
+       int                     alter;   /* does the operation alter the array? */
 };
 
 /* Each task has a list of undo requests. They are executed automatically