From 00bdfa8761fd815ec7fe3c4347e0005749f08397 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Wed, 14 Jan 2004 02:33:12 +0000 Subject: [PATCH] added 'local_fs' struct-member git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@601 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/src/fstool.h | 1 + 1 file changed, 1 insertion(+) 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[]; -- 1.8.1.5