summaryrefslogtreecommitdiff
path: root/src/common/unionfs.h
diff options
context:
space:
mode:
authorMohit Mehta <mohit.mehta@vyatta.com>2010-06-09 14:46:25 -0700
committerMohit Mehta <mohit.mehta@vyatta.com>2010-06-09 14:46:25 -0700
commit9c6579abd73e80781e34fc71d5de1ef81cd6f36a (patch)
treec1146b212d207639379eeb27911a55611f30bbb0 /src/common/unionfs.h
parente3877f52480fa23066ec1a878ebe078569ed3127 (diff)
parent2bc58238bc4ee5136bf31719b7c7a2435c8012b0 (diff)
downloadvyatta-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.h2
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