[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH 7/7] hurd: add proc_notify_new_processes



XXX

* hurd/process.defs: Add proc_notify_new_processes.
---
 hurd/process.defs |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hurd/process.defs b/hurd/process.defs
index b7e1775..37add48 100644
--- a/hurd/process.defs
+++ b/hurd/process.defs
@@ -383,3 +383,8 @@ routine proc_mark_important (
 routine proc_is_important (
 	process: process_t;
 	out essential: boolean_t);
+
+/* XXX: Request notification of new processes on NOTIFY.  */
+routine proc_request_process_change_notification (
+	process: process_t;
+	notify: mach_port_send_t);
-- 
1.7.10.4


Reply to: