bug-hurd
[Top][All Lists]
Advanced

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

[PATCH 5/7] hurd: add proc_request_process_change_notification


From: Justus Winter
Subject: [PATCH 5/7] hurd: add proc_request_process_change_notification
Date: Mon, 16 Sep 2013 16:09:03 +0200

XXX

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

diff --git a/hurd/process.defs b/hurd/process.defs
index bf90556..565d8bf 100644
--- a/hurd/process.defs
+++ b/hurd/process.defs
@@ -400,3 +400,9 @@ routine proc_get_code (
        process: process_t;
        out start_code: vm_address_t;
        out end_code: vm_address_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]