[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
- cgroupfs, /hurd/proc and subhurds, Justus Winter, 2013/09/16
- [PATCH 1/7] libnotify: add a general notification library, Justus Winter, 2013/09/16
- [PATCH 4/7] proc: implement proc_request_process_change_notification, Justus Winter, 2013/09/16
- [PATCH 5/7] hurd: add proc_request_process_change_notification,
Justus Winter <=
- [PATCH 6/7] FIX BUILD, Justus Winter, 2013/09/16
- [PATCH 2/7] init: use libhurdnotify for shutdown notifications, Justus Winter, 2013/09/16
- [PATCH 3/7] hurd: add notification callbacks for the process management, Justus Winter, 2013/09/16
- [PATCH 7/7] XXX: register for new task notifications, Justus Winter, 2013/09/16
- [PATCH] kern: new task notifications, Justus Winter, 2013/09/16
- Re: cgroupfs, /hurd/proc and subhurds, Ludovic Courtès, 2013/09/17