diff options
-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; |