git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' into signal-dev
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
process.h
diff --git
a/lunaix-os/includes/lunaix/process.h
b/lunaix-os/includes/lunaix/process.h
index e429060ab5f785b9ffdcec9f12c6cb534bfc48aa..28cb76b97a797089cdceacac9a3323c373c0760a 100644
(file)
--- 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;
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;
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];
sigset_t sig_pending;
sigset_t sig_mask;
void* sig_handler[_SIG_NUM];
+ pid_t pgid;
struct lx_timer* timer;
};
struct lx_timer* timer;
};