X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Ffstool.h;h=6093e4892152de9137350cbea9307beefbc8aacd;hb=95e2774070e989fe9cf9f48dae5fa054e55e2a3e;hp=be8452725b511c0e5a34d59a19c2930020570677;hpb=3b34449070c0846fdc49436d1edd5916512f1644;p=util-vserver.git diff --git a/src/fstool.h b/src/fstool.h index be84527..6093e48 100644 --- a/src/fstool.h +++ b/src/fstool.h @@ -1,4 +1,4 @@ -// $Id: fstool.h 1672 2004-08-19 14:29:44Z ensc $ --*- c -*-- +// $Id: fstool.h 2473 2007-01-25 09:51:43Z dhozac $ --*- c -*-- // Copyright (C) 2004 Enrico Scholz // @@ -39,6 +39,7 @@ #define CMD_UNSET_HIDE 0x8023 #define CMD_UNSET_BARRIER 0x8024 #define CMD_UNSET_IMMUX 0x8025 +#define CMD_UNSET_IMMUTABLE 0x8026 struct stat; @@ -54,6 +55,7 @@ struct Arguments { bool do_set; bool do_unset; bool local_fs; + bool no_unified; uint32_t set_mask; uint32_t del_mask;