From 86fd17e65ed94fbc4b5abb47a169114fd06b3940 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 30 Oct 1995 21:27:43 +0000 Subject: (struct procinfo): New (buried) member `died'. --- hurd/hurd_types.h | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3