From 042a0db8b705abc0e5a5fec61309a1fe05878931 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sat, 3 Aug 2013 09:47:12 +0200 Subject: Refactor and remove unused code --- reincarnation.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'reincarnation.h') diff --git a/reincarnation.h b/reincarnation.h index 19a3a8d..7e1b16e 100644 --- a/reincarnation.h +++ b/reincarnation.h @@ -24,6 +24,12 @@ #include -#define INIT_PORT_REINCARNATION INIT_PORT_MAX +#define TASK_PORT_REGISTER_REINCARNATION 0 + +error_t +reincarnation_set_port (task_t task, mach_port_t port); + +error_t +reincarnation_get_port (task_t task, mach_port_t *port); #endif /* __REINCARNATION_H__ */ -- cgit v1.2.3