---
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- [PATCH 07/17] libnetfs: add fsys_get_children Justus Winter
- Re: [PATCH 07/17] libnetfs: add fsys_get_children Samuel Thibault
- Re: [PATCH 07/17] libnetfs: add fsys_get_children Pierre Thierry
- Re: [PATCH 07/17] libnetfs: add fsys_get_children Samuel Thibault
- [PATCH 01/17] libnetfs: implement file_get_translator_cnt... Justus Winter
- [PATCH 09/17] trans/symlink.c: add fsys_get_children Justus Winter
- [PATCH 17/17] add mtab prototype Justus Winter
- Re: [PATCH 17/17] add mtab prototype Neal H. Walfield
- Re: [PATCH 17/17] add mtab prototype Samuel Thibault
- [PATCH 13/17] libtrivfs: add fsys_get_source Justus Winter
- [PATCH 10/17] hurd: add fsys_get_children Justus Winter
- [PATCH 12/17] libnetfs: add fsys_get_source Justus Winter
- [PATCH 11/17] libdiskfs: add fsys_get_source Justus Winter
- [PATCH 15/17] hurd: add fsys_get_source Justus Winter
- Re: [PATCH 15/17] hurd: add fsys_get_source Neal H. Walfield
- [PATCH 14/17] trans/symlink.c: add fsys_get_source Justus Winter
- Re: feature-mtab-translator (v3) Richard Braun
- Re: feature-mtab-translator (v3) Justus Winter
- Re: feature-mtab-translator (v3) Neal H. Walfield
- Re: feature-mtab-translator (v3) Neal H. Walfield
- [PATCH 16/17] XXX this looks wrong to me, please have a l... Justus Winter
