diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-13 17:08:38 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-12-07 15:38:18 +0100 |
commit | 28a16dd74e9f3a81a5e2a96a54b0faf06dd0687f (patch) | |
tree | 7650685ec92f04daea07709d828e4a900e9391fd /trans | |
parent | ecb7f7c08ecc57863e606c553d7ea3477e6d2126 (diff) |
trans/ifsock: add a payload-aware intrans function
* trans/Makefile (ifsock-MIGSFLAGS): Add mutator.
Diffstat (limited to 'trans')
-rw-r--r-- | trans/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trans/Makefile b/trans/Makefile index 71e64248..eecaeeb5 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -39,6 +39,7 @@ password-MIGSFLAGS=\ ifsock-MIGSFLAGS=\ "-DFILE_INTRAN=trivfs_protid_t trivfs_begin_using_protid (io_t)" \ + "-DFILE_INTRAN_PAYLOAD=trivfs_protid_t trivfs_begin_using_protid_payload" \ "-DFILE_DESTRUCTOR=trivfs_end_using_protid (trivfs_protid_t)" \ "-DIFSOCK_IMPORTS=import \"../libtrivfs/mig-decls.h\";" |