diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-10-28 01:45:10 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-10-28 01:45:10 +0000 |
commit | de18a385876da24823376559e704d3e6dd2def69 (patch) | |
tree | ecfd6564ab3627aa9dd4568d43dae0727e566844 | |
parent | bc9e81af2b4fbf410bdf9b41a88d7e5e18e34bb0 (diff) |
Formerly msg.defs.~6~
-rw-r--r-- | hurd/msg.defs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/hurd/msg.defs b/hurd/msg.defs index 805f8df0..8e0f8400 100644 --- a/hurd/msg.defs +++ b/hurd/msg.defs @@ -81,6 +81,16 @@ routine set_init_port ( which: int; port: mach_port_t); +routine get_init_ports ( + process: mach_port_t; + task: task_t; + out ports: portarray_t); + +routine set_init_ports ( + process: mach_port_t; + task: task_t; + ports: portarray_t); + routine get_init_int ( process: mach_port_t; task: task_t; @@ -93,6 +103,16 @@ routine set_init_int ( which: int; value: int); +routine get_init_ints ( + process: mach_port_t; + task: task_t; + out values: intarray_t); + +routine set_init_ints ( + process: mach_port_t; + task: task_t; + values: intarray_t); + /* These two calls fetch and store the file descriptor table. */ routine get_dtable ( |