diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-06-09 14:46:25 -0700 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-06-09 14:46:25 -0700 |
commit | 9c6579abd73e80781e34fc71d5de1ef81cd6f36a (patch) | |
tree | c1146b212d207639379eeb27911a55611f30bbb0 /src/common/unionfs.h | |
parent | e3877f52480fa23066ec1a878ebe078569ed3127 (diff) | |
parent | 2bc58238bc4ee5136bf31719b7c7a2435c8012b0 (diff) | |
download | vyatta-cfg-9c6579abd73e80781e34fc71d5de1ef81cd6f36a.tar.gz vyatta-cfg-9c6579abd73e80781e34fc71d5de1ef81cd6f36a.zip |
Merge branch 'larkspur' of mohit@git.vyatta.com:/git/vyatta-cfg into larkspur
Diffstat (limited to 'src/common/unionfs.h')
-rw-r--r-- | src/common/unionfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/unionfs.h b/src/common/unionfs.h index 2933deb..7881594 100644 --- a/src/common/unionfs.h +++ b/src/common/unionfs.h @@ -23,9 +23,11 @@ #define NODE_TAG_FILE "node.tag" #define VALUE_FILE "node.val" #define MODIFIED_FILE ".modified" +#define UNSAVED_FILE ".unsaved" #define DISABLE_FILE ".disable" #define DEF_FILE "def" #define WHITEOUT_FILE ".wh.__dir_opaque" +#define WHITEOUT_DISABLE_FILE ".wh..disable" #define DELETED_NODE ".wh." #define MAX_LENGTH_DIR_PATH 1024 |