summaryrefslogtreecommitdiff
path: root/reincarnation.h
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-08-03 09:47:12 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2013-08-03 10:40:38 +0200
commit042a0db8b705abc0e5a5fec61309a1fe05878931 (patch)
tree248fca6e81b4d55a543fabe543aafc6c0c8f7065 /reincarnation.h
parent06c3b46e273598a94480df39d01617c14764ee39 (diff)
Refactor and remove unused code
Diffstat (limited to 'reincarnation.h')
-rw-r--r--reincarnation.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/reincarnation.h b/reincarnation.h
index 19a3a8d..7e1b16e 100644
--- a/reincarnation.h
+++ b/reincarnation.h
@@ -24,6 +24,12 @@
#include <hurd.h>
-#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__ */