summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-11-28 16:51:42 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-12-07 15:38:18 +0100
commitf7947d4018ec2bc7348beaa8d58139b4406471ca (patch)
tree453f1a8926dc7e428204df09d3e3a3bf4c0b098f
parent28a16dd74e9f3a81a5e2a96a54b0faf06dd0687f (diff)
trans/password: add a payload-aware intrans function
* trans/Makefile (password-MIGSFLAGS): Add mutator.
-rw-r--r--trans/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/trans/Makefile b/trans/Makefile
index eecaeeb5..04fd2769 100644
--- a/trans/Makefile
+++ b/trans/Makefile
@@ -34,6 +34,7 @@ LDLIBS += -lpthread
password-LDLIBS = -lcrypt
password-MIGSFLAGS=\
"-DIO_INTRAN=trivfs_protid_t trivfs_begin_using_protid (io_t)" \
+ "-DIO_INTRAN_PAYLOAD=trivfs_protid_t trivfs_begin_using_protid_payload" \
"-DIO_DESTRUCTOR=trivfs_end_using_protid (trivfs_protid_t)" \
"-DPASSWORD_IMPORTS=import \"../libtrivfs/mig-decls.h\";"