diff options
Diffstat (limited to 'kernel/inc')
-rw-r--r-- | kernel/inc/proc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/inc/proc.h b/kernel/inc/proc.h index a232f46..272a3ac 100644 --- a/kernel/inc/proc.h +++ b/kernel/inc/proc.h @@ -46,6 +46,7 @@ struct stream { struct proc { u32 pid; + u32 entry; u8 super; char name[32]; struct stream streams[4]; |