summaryrefslogtreecommitdiff
path: root/term/mig-mutate.h
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-14 14:21:16 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-12-07 15:38:18 +0100
commit73624addcafebb767622cfd086ef7a7ebe67761b (patch)
tree7ce182d23d1f18c2bfea45d3509efddb43d4c8f4 /term/mig-mutate.h
parent45f735576a92bf50b431f28425e0b4b4a8da8ec6 (diff)
term: add a payload-aware intrans function
* term/mig-mutate.h: Add mutator.
Diffstat (limited to 'term/mig-mutate.h')
-rw-r--r--term/mig-mutate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/term/mig-mutate.h b/term/mig-mutate.h
index 15457192..af8877e2 100644
--- a/term/mig-mutate.h
+++ b/term/mig-mutate.h
@@ -20,10 +20,13 @@
/* Only CPP macro definitions should go in this file. */
#define IO_INTRAN trivfs_protid_t trivfs_begin_using_protid (io_t)
+#define IO_INTRAN_PAYLOAD trivfs_protid_t trivfs_begin_using_protid_payload
#define IO_DESTRUCTOR trivfs_end_using_protid (trivfs_protid_t)
#define CTTY_INTRAN \
port_info_t begin_using_ctty_port (mach_port_t)
+#define CTTY_INTRAN_PAYLOAD \
+ port_info_t begin_using_ctty_payload
#define CTTY_DESTRUCTOR \
end_using_ctty (port_info_t)