blob: f12c9f3875d3806c5c6bfdc989cd8276a6f4dfb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From c5471a4605281893551c1d058770f07a5bc50e5e Mon Sep 17 00:00:00 2001
From: Justus Winter <4winter@informatik.uni-hamburg.de>
Date: Sun, 13 Apr 2014 17:08:38 +0200
Subject: [PATCH hurd 18/29] trans/ifsock: add a payload-aware intrans function
* trans/Makefile (ifsock-MIGSFLAGS): Add mutator.
---
trans/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/trans/Makefile b/trans/Makefile
index 71e6424..eecaeeb 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\";"
--
2.1.3
|