bug-hurd
[Top][All Lists]
Advanced

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

[PATCH 7/7] hurd: add proc_notify_new_processes


From: Justus Winter
Subject: [PATCH 7/7] hurd: add proc_notify_new_processes
Date: Thu, 5 Sep 2013 18:38:43 +0200

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 via email to

[Prev in Thread] Current Thread [Next in Thread]