From d3b95d20750a6a2f9d021c17d00f67887373e563 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 22 Mar 1994 21:48:26 +0000 Subject: Formerly process.defs.~71~ --- hurd/process.defs | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'hurd/process.defs') diff --git a/hurd/process.defs b/hurd/process.defs index 47aa1f70..d249de68 100644 --- a/hurd/process.defs +++ b/hurd/process.defs @@ -150,10 +150,9 @@ routine proc_setprocargs ( /* INTR */ routine proc_getmsgport ( process: process_t; - other_proces: portarray_t; sreplyport reply_port: reply_port_t; - pid: pid_t; - out msgport: mach_port_t); + pid: pidarray_t; + out msgport: portarray_t); /* Wait for a child process to exit. If pid is zero, it waits for any child. If pid is negative, it waits for any process in the @@ -312,11 +311,17 @@ routine proc_getsid ( out sid: pid_t); /* Get the pgids of all the members of a session. */ -routine proc_getsessionpids ( +routine proc_getsessionpgids ( process: process_t; sid: pid_t; out pgidset: pidarray_t); +/* Get the pids of all the members of a session. */ +routine proc_getsessionpids ( + process: process_t; + sid: pid_t; + out pidset: pidarray_t); + /* Return a "session ID" port for the session of the caller. This port is generally only available to members of the session. (It has no listener, but is useful for identification purposes.) */ -- cgit v1.2.3