|
@@ -107,8 +107,6 @@ struct sem_queue {
|
|
|
struct sem_undo * undo; /* undo structure */
|
|
|
int pid; /* process id of requesting process */
|
|
|
int status; /* completion status of operation */
|
|
|
- struct sem_array * sma; /* semaphore array for operations */
|
|
|
- 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? */
|