X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fsrc%2Ffstool.h;h=cfc2765e73f3e3909d145c6bed405338fd9268a8;hb=a917f24ef7b003dcef54a3db2644cf9cb4bc2db2;hp=74c4d24283c1f04858ff98a8320886512a4f3b59;hpb=a124c429c292f94d384848373bd3eb20d9f0fd34;p=util-vserver.git diff --git a/util-vserver/src/fstool.h b/util-vserver/src/fstool.h index 74c4d24..cfc2765 100644 --- a/util-vserver/src/fstool.h +++ b/util-vserver/src/fstool.h @@ -32,11 +32,13 @@ #define CMD_WATCH 0x8012 #define CMD_HIDE 0x8013 #define CMD_BARRIER 0x8014 +#define CMD_IMMUX 0x8015 #define CMD_UNSET_IMMU 0x8020 #define CMD_UNSET_ADMIN 0x8021 #define CMD_UNSET_WATCH 0x8022 #define CMD_UNSET_HIDE 0x8023 #define CMD_UNSET_BARRIER 0x8024 +#define CMD_UNSET_IMMUX 0x8025 struct stat; @@ -46,8 +48,6 @@ struct Arguments { bool do_display_dot; bool do_display_dir; bool do_mapping; - bool immutable; - bool immulink; char const * ctx_str; xid_t ctx; bool is_legacy;