commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 64/70: hurd: add fsys_get_source


From: Samuel Thibault
Subject: [hurd] 64/70: hurd: add fsys_get_source
Date: Mon, 16 Sep 2013 07:41:47 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit bdd2c077ee64a236881f6a9de2bb2ab540aeea55
Author: Justus Winter <address@hidden>
Date:   Tue Jul 30 11:59:23 2013 +0200

    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 ++++++++++++
 hurd/fsys_reply.defs |    5 +++++
 2 files changed, 17 insertions(+)

diff --git a/hurd/fsys.defs b/hurd/fsys.defs
index 15c903b..c031da7 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);
+
diff --git a/hurd/fsys_reply.defs b/hurd/fsys_reply.defs
index 087b3cc..2f5b035 100644
--- a/hurd/fsys_reply.defs
+++ b/hurd/fsys_reply.defs
@@ -81,3 +81,8 @@ simpleroutine fsys_get_children (
        server: fsys_t;
        RETURN_CODE_ARG;
        children: data_t);
+
+simpleroutine fsys_get_source (
+       server: fsys_t;
+       RETURN_CODE_ARG;
+       source: string_t);

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]