X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Ffstool.h;h=6093e4892152de9137350cbea9307beefbc8aacd;hb=95e2774070e989fe9cf9f48dae5fa054e55e2a3e;hp=b0b340d615d0bc7e19d5efda21c8f66ff008662b;hpb=2822ba293eb308225c50d346930c47bf98d9927b;p=util-vserver.git diff --git a/src/fstool.h b/src/fstool.h index b0b340d..6093e48 100644 --- a/src/fstool.h +++ b/src/fstool.h @@ -1,4 +1,4 @@ -// $Id: fstool.h,v 1.7 2004/08/19 14:29:44 ensc Exp $ --*- 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;