X-Git-Url: http://git.onelab.eu/?p=util-vserver.git;a=blobdiff_plain;f=src%2Ffstool.h;fp=src%2Ffstool.h;h=6093e4892152de9137350cbea9307beefbc8aacd;hp=be8452725b511c0e5a34d59a19c2930020570677;hb=b0a62d195efca12c5cb9e7c0b3bea3be2cd57fc9;hpb=fc28db1eb4146796ec27c2fb15780d6303120261 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;