diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-10-30 21:27:43 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-10-30 21:27:43 +0000 |
commit | 86fd17e65ed94fbc4b5abb47a169114fd06b3940 (patch) | |
tree | 3efe9462dacae52f6baf3137c08d4fdf1458a635 /hurd | |
parent | 3769bd4ce894314159aa0c44f8d9c2a6da7142d9 (diff) |
(struct procinfo): New (buried) member `died'.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurd_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h index 05bc436a..9b40f99c 100644 --- a/hurd/hurd_types.h +++ b/hurd/hurd_types.h @@ -252,6 +252,7 @@ struct procinfo struct task_basic_info taskinfo; struct { + int died; /* this thread died in the middle of call */ int rpc_block; /* thred is blocked on this RPC */ struct thread_basic_info pis_bi; struct thread_sched_info pis_si; |