diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-11-28 10:31:08 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-12-07 15:38:18 +0100 |
commit | 07db92f65a7b49f97bc43ed94ff02586b75e21c6 (patch) | |
tree | d82e06734ab2c4e6fbef60fd5cff79c21da8bb35 /proc/proc_exc.defs | |
parent | ab741d845af6fac6313ed40b8f2ae148d96aa716 (diff) | |
download | hurd-07db92f65a7b49f97bc43ed94ff02586b75e21c6.tar.gz hurd-07db92f65a7b49f97bc43ed94ff02586b75e21c6.tar.bz2 hurd-07db92f65a7b49f97bc43ed94ff02586b75e21c6.zip |
proc: add payload-aware intrans functions
* proc/mig-decls.h (begin_using_proc_payload): New function.
(begin_using_exc_payload): Likewise.
* proc/mig-mutate.h: Add mutators.
* proc/proc_exc.defs (exception_t): Add payload-aware in-translator
function.
Diffstat (limited to 'proc/proc_exc.defs')
-rw-r--r-- | proc/proc_exc.defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proc/proc_exc.defs b/proc/proc_exc.defs index c9108246..9dc3626e 100644 --- a/proc/proc_exc.defs +++ b/proc/proc_exc.defs @@ -38,6 +38,7 @@ import "mig-decls.h"; type exception_t = mach_port_copy_send_t cusertype: mach_port_t intran: exc_t begin_using_exc_port (exception_t) + intranpayload: exc_t begin_using_exc_payload destructor: end_using_exc (exc_t); routine proc_exception_raise ( |