aboutsummaryrefslogtreecommitdiff
path: root/exec/mig-decls.h
Commit message (Collapse)AuthorAgeFilesLines
* exec: add payload-aware intrans functionsJustus Winter2014-12-071-0/+6
| | | | | * exec/execmutations.h: Add mutators. * exec/mig-decls.h (begin_using_bootinfo_payload): New function.
* exec: fix receiver lookupJustus Winter2014-04-051-0/+40
* 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.