aboutsummaryrefslogtreecommitdiff
path: root/proc/mig-mutate.h
diff options
context:
space:
mode:
authorSergey Bugaev <bugaevc@gmail.com>2021-08-05 17:37:50 +0300
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-08-10 22:12:35 +0200
commita239719cd41e2c409366570f84639fa4a322c88b (patch)
treec58ab5fddb1494512c7d7605407889f6689c1327 /proc/mig-mutate.h
parent111e1a54234613eb5055903cffa20d1f1e6a659e (diff)
downloadhurd-a239719cd41e2c409366570f84639fa4a322c88b.tar.gz
hurd-a239719cd41e2c409366570f84639fa4a322c88b.tar.bz2
hurd-a239719cd41e2c409366570f84639fa4a322c88b.zip
proc: Use notify server implementation from libports
We can simply override proc_dead_name () to handle dead-name notifications.
Diffstat (limited to 'proc/mig-mutate.h')
-rw-r--r--proc/mig-mutate.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/proc/mig-mutate.h b/proc/mig-mutate.h
index 35b02418..b1da28d1 100644
--- a/proc/mig-mutate.h
+++ b/proc/mig-mutate.h
@@ -27,15 +27,6 @@
#define PROCESS_IMPORTS \
import "mig-decls.h";
-#define NOTIFY_INTRAN \
- port_info_t begin_using_port_info_port (mach_port_t)
-#define NOTIFY_INTRAN_PAYLOAD \
- port_info_t begin_using_port_info_payload
-#define NOTIFY_DESTRUCTOR \
- end_using_port_info (port_info_t)
-#define NOTIFY_IMPORTS \
- import "libports/mig-decls.h";
-
#define TASK_NOTIFY_INTRAN \
port_info_t begin_using_port_info_port (mach_port_t)
#define TASK_NOTIFY_INTRAN_PAYLOAD \