From: Enrico Scholz Date: Wed, 14 Jan 2004 02:33:12 +0000 (+0000) Subject: added 'local_fs' struct-member X-Git-Tag: VERSION_0_10~926 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00bdfa8761fd815ec7fe3c4347e0005749f08397;p=util-vserver.git added 'local_fs' struct-member git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@601 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/src/fstool.h b/util-vserver/src/fstool.h index 8bc396a..9daed85 100644 --- a/util-vserver/src/fstool.h +++ b/util-vserver/src/fstool.h @@ -42,6 +42,7 @@ struct Arguments { bool is_legacy; bool do_set; bool do_unset; + bool local_fs; }; extern struct option const CMDLINE_OPTIONS[];