blob: 9a7bd13f4469a160672abcada663208f4aa3fb6d (
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
26
27
28
29
|
[[!meta copyright="Copyright © 1994, 1995, 1996, 1997, 1998, 1999, 2002, 2009
Free Software Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no Invariant
Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
[[!meta title="file_set_translator"]]
routine file_set_translator (
file: file_t;
RPT
passive_flags: int;
active_flags: int;
oldtrans_flags: int;
passive: data_t SCP;
active: mach_port_send_t);
Set a translator for future lookups to a file.
`passive` is the passive translator; `active` is the active translator.
The `flags` are `FS_TRANS_*`, defined in `<hurd/hurd_types.h>`. `oldflags` are
sent in an [[`fsys_goaway`|fsys_goaway]] to an existing active translator if
there is one and it is to be killed.
|