X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/94a87fe25c5ec021daf16edd64058ed6a37aba7d..58bc147210ab1363ee9ddc169a8e1c46ce24cf29:/lunaix-os/includes/lunaix/process.h?ds=inline diff --git a/lunaix-os/includes/lunaix/process.h b/lunaix-os/includes/lunaix/process.h index e429060..28cb76b 100644 --- a/lunaix-os/includes/lunaix/process.h +++ b/lunaix-os/includes/lunaix/process.h @@ -44,6 +44,7 @@ struct proc_info uintptr_t ustack_top; struct llist_header siblings; struct llist_header children; + struct llist_header grp_member; struct proc_mm mm; void* page_table; time_t created; @@ -53,6 +54,7 @@ struct proc_info sigset_t sig_pending; sigset_t sig_mask; void* sig_handler[_SIG_NUM]; + pid_t pgid; struct lx_timer* timer; };