commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 57/64: trans/streamio: make the translator payload-aware


From: Samuel Thibault
Subject: [hurd] 57/64: trans/streamio: make the translator payload-aware
Date: Wed, 10 Dec 2014 15:17:08 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit b0ed6c9379dc680047def564fbc0ba04dff8d50b
Author: Justus Winter <address@hidden>
Date:   Fri Nov 21 05:29:36 2014 +0100

    trans/streamio: make the translator payload-aware
    
    * 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

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

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