summaryrefslogtreecommitdiff
path: root/hurd/process.defs
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/process.defs')
-rw-r--r--hurd/process.defs11
1 files changed, 10 insertions, 1 deletions
diff --git a/hurd/process.defs b/hurd/process.defs
index c74031a3..b7e1775a 100644
--- a/hurd/process.defs
+++ b/hurd/process.defs
@@ -1,5 +1,5 @@
/* Definitions for process server interface
- Copyright (C) 1992,93,94,95,96,97,2001 Free Software Foundation
+ Copyright (C) 1992,93,94,95,96,97,2001,2013 Free Software Foundation
This file is part of the GNU Hurd.
@@ -374,3 +374,12 @@ routine proc_getnports (
/*** Routines related to early server bootstrapping ***/
skip; /* Reserved for proc_set_init_task */
+
+/* Inform the process server that the process is important. */
+routine proc_mark_important (
+ process: process_t);
+
+/* Query whether the process is important. */
+routine proc_is_important (
+ process: process_t;
+ out essential: boolean_t);