--- hurd/fsys.defs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hurd/fsys.defs b/hurd/fsys.defs index 979a6cf..4b649d9 100644 --- a/hurd/fsys.defs +++ b/hurd/fsys.defs @@ -127,3 +127,11 @@ routine fsys_get_options ( server: fsys_t; RPT out options: data_t, dealloc); + +/* Return any passive and active translators bound to nodes of the + receiving filesystem. children is a argz vector containing file + names relative to the root of the receiving translator. */ +routine fsys_get_children ( + server: fsys_t; + RPT + out children: data_t); -- 1.7.10.4
- RFC: get_translator_info, needed for a mtab translator Justus Winter
- [PATCH] get_translator_info wip Justus Winter
- Re: [PATCH] get_translator_info wip Samuel Thibault
- Re: [PATCH] get_translator_info wip Richard Braun
- get_translator_{children,source} (v2) Justus Winter
- [PATCH 01/17] libdiskfs: fix consis... Justus Winter
- Re: [PATCH 01/17] libdiskfs: fi... Samuel Thibault
- [PATCH 09/17] trans/symlink.c: add ... Justus Winter
- [PATCH 10/17] hurd: add fsys_get_ch... Justus Winter
- Re: [PATCH 10/17] hurd: add fsy... Neal H. Walfield
- Re: [PATCH 10/17] hurd: add... Samuel Thibault
- Re: [PATCH 10/17] hurd: add... Justus Winter
- Re: [PATCH 10/17] hurd: add... Neal H. Walfield
- Re: [PATCH 10/17] hurd: add... Samuel Thibault
- Re: [PATCH 10/17] hurd: add... Neal H. Walfield
- Re: [PATCH 10/17] hurd: add... Samuel Thibault
- Re: [PATCH 10/17] hurd: add... Neal H. Walfield
- Re: [PATCH 10/17] hurd: add... Samuel Thibault
- Re: [PATCH 10/17] hurd: add... Neal H. Walfield