bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH hurd 24/30] trans/streamio: make the translator payload-aware


From: Justus Winter
Subject: [PATCH hurd 24/30] trans/streamio: make the translator payload-aware
Date: Thu, 27 Nov 2014 14:19:04 +0100

* trans/Makefile (device_reply-MIGSFLAGS): Define MACH_PAYLOAD_TO_PORT.
---
 trans/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/trans/Makefile b/trans/Makefile
index 04fd276..b6edb97 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
-- 
2.1.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]