added 'local_fs' struct-member
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 14 Jan 2004 02:33:12 +0000 (02:33 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 14 Jan 2004 02:33:12 +0000 (02:33 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@601 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/src/fstool.h

index 8bc396a..9daed85 100644 (file)
@@ -42,6 +42,7 @@ struct Arguments {
     bool               is_legacy;
     bool               do_set;
     bool               do_unset;
+    bool               local_fs;
 };
 
 extern struct option const             CMDLINE_OPTIONS[];