Kernel - Implimenting POSIX/C Signals
[tpg/acess2.git] / KernelLand / Kernel / include / threads_int.h
index d770668..5706a35 100644 (file)
@@ -33,6 +33,7 @@ typedef struct sMessage
 struct sProcess
 {
        struct sProcess *Next;
+       struct sProcess *Prev;
        tPGID   PGID;
        tPID    PID;
 

UCC git Repository :: git.ucc.asn.au