From bdd2c077ee64a236881f6a9de2bb2ab540aeea55 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Tue, 30 Jul 2013 11:59:23 +0200 Subject: hurd: add fsys_get_source Return information about the source of the receiving filesystem. If the concept of a source is applicable, SOURCE should refer to the source of the receiving translator and should be a description considered appropriate in the context of the translator. For example for the case of block device based filesystems, SOURCE should be the file name of the underlying block device. * hurd/fsys.defs: Add fsys_get_source. * hurd/fsys_reply.defs: Add fsys_get_source. --- hurd/fsys.defs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'hurd/fsys.defs') diff --git a/hurd/fsys.defs b/hurd/fsys.defs index 15c903b7..c031da7a 100644 --- a/hurd/fsys.defs +++ b/hurd/fsys.defs @@ -135,3 +135,15 @@ routine fsys_get_children ( server: fsys_t; RPT out children: data_t); + +/* Return information about the source of the receiving filesystem. + If the concept of a source is applicable, SOURCE should refer to + the source of the receiving translator and should be a description + considered appropriate in the context of the translator. For + example for the case of block device based filesystems, SOURCE + should be the file name of the underlying block device. */ +routine fsys_get_source ( + server: fsys_t; + RPT + out source: string_t); + -- cgit v1.2.3