summaryrefslogtreecommitdiff
path: root/exec/execmutations.h
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-11-29 12:35:13 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-05 13:40:08 +0200
commitf274c66b2141aca0f332e272b77cd0a048cef7f6 (patch)
tree04d26cb83988e515ce07578a8973ee57b6ae5cd0 /exec/execmutations.h
parentb939d0b64ac0cfb90e672386a8586a5515ebcd16 (diff)
exec: fix receiver lookup
* exec/Makefile (exec_startup-MIGSFLAGS): New variable. * exec/execmutations.h: Add mutators for exec_startup_t. * exec/mig-decls.h: New file. * exec/priv.h (bootinfo_t): New type declaration to appease mig. * exec/exec.c (S_exec_startup_get_info): Fix receiver lookup.
Diffstat (limited to 'exec/execmutations.h')
-rw-r--r--exec/execmutations.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/exec/execmutations.h b/exec/execmutations.h
index ffcba9cd..2acca7a0 100644
--- a/exec/execmutations.h
+++ b/exec/execmutations.h
@@ -7,4 +7,12 @@
import "priv.h"; \
import "../libtrivfs/mig-decls.h"; \
+#define EXEC_STARTUP_INTRAN \
+ bootinfo_t begin_using_bootinfo_port (exec_startup_t)
+#define EXEC_STARTUP_DESTRUCTOR \
+ end_using_bootinfo (bootinfo_t)
+#define EXEC_STARTUP_IMPORTS \
+ import "priv.h"; \
+ import "mig-decls.h";
+
#define SERVERCOPY 1