diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-21 05:29:36 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-12-07 15:38:18 +0100 |
commit | b0ed6c9379dc680047def564fbc0ba04dff8d50b (patch) | |
tree | 290b76979d622f13b6f847199db01e98e35f2d9e | |
parent | f7947d4018ec2bc7348beaa8d58139b4406471ca (diff) |
trans/streamio: make the translator payload-aware
* trans/Makefile (device_reply-MIGSFLAGS): Define MACH_PAYLOAD_TO_PORT.
-rw-r--r-- | trans/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/trans/Makefile b/trans/Makefile index 04fd2769..b6edb97b 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -44,6 +44,9 @@ ifsock-MIGSFLAGS=\ "-DFILE_DESTRUCTOR=trivfs_end_using_protid (trivfs_protid_t)" \ "-DIFSOCK_IMPORTS=import \"../libtrivfs/mig-decls.h\";" +# device_replyServer is used by the streamio translator. +device_reply-MIGSFLAGS="-DMACH_PAYLOAD_TO_PORT=ports_payload_get_name" + include ../Makeconf vpath elfcore.c $(top_srcdir)/exec |