bug-hurd
[Top][All Lists]
Advanced

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

Re: [PATCH 15/17] hurd: add fsys_get_source


From: Neal H. Walfield
Subject: Re: [PATCH 15/17] hurd: add fsys_get_source
Date: Mon, 22 Jul 2013 17:37:46 +0200
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

This needs much better documentation.

At Fri, 19 Jul 2013 17:25:17 +0200,
Justus Winter wrote:
> 
> ---
>  hurd/fsys.defs |    7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/hurd/fsys.defs b/hurd/fsys.defs
> index 4b649d9..27ada29 100644
> --- a/hurd/fsys.defs
> +++ b/hurd/fsys.defs
> @@ -135,3 +135,10 @@ routine fsys_get_children (
>       server: fsys_t;
>       RPT
>          out children: data_t);
> +
> +/* Return information about the source of the receiving
> +   filesystem.  */
> +routine fsys_get_source (
> +     server: fsys_t;
> +     RPT
> +        out source: string_t);
> -- 
> 1.7.10.4
> 
> 
> 



reply via email to

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