diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-10-30 21:17:47 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-10-30 21:17:47 +0000 |
commit | 27444c083091c2da64f753283f563fb4bcb54467 (patch) | |
tree | 8ab25e38c4bc774735c2433a403d4aa854ec530d | |
parent | 7e1c962bc48165b8e2ae4d6f1273d2f7d0b934fb (diff) |
(msg_report_wait): New parm WAIT_RPC.
-rw-r--r-- | hurd/msg.defs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hurd/msg.defs b/hurd/msg.defs index af4b76c0..f702dc6a 100644 --- a/hurd/msg.defs +++ b/hurd/msg.defs @@ -213,8 +213,10 @@ routine msg_clear_some_exec_flags ( /* Return a string describing why THREAD is waiting. (THREAD should be a thread in this task.) If the thread is not waiting, or the reason - is unknown, return an empty string. */ + is unknown, return an empty string. WAIT_RPC is the RPC code of the + RPC the thread is waiting on (if it is waiting on an RPC; zero if not.) */ routine msg_report_wait ( process: mach_port_t; thread: thread_t; + out wait_rpc: int; out wait_reason: string_t); |