diff options
Diffstat (limited to 'src/sys/include/sys/proc.h')
-rw-r--r-- | src/sys/include/sys/proc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sys/include/sys/proc.h b/src/sys/include/sys/proc.h index 59d47ec..52afada 100644 --- a/src/sys/include/sys/proc.h +++ b/src/sys/include/sys/proc.h @@ -46,6 +46,8 @@ * on the system. * * @pid: Process ID + * @pcb: Process control block + * @link: TAILQ link */ struct proc { pid_t pid; |