summaryrefslogtreecommitdiff
path: root/src/common/unionfs.h
diff options
context:
space:
mode:
authorMichael Larson <slioch@slioch.vyatta.com>2010-06-09 14:39:42 -0700
committerMichael Larson <slioch@slioch.vyatta.com>2010-06-09 14:39:42 -0700
commit2bc58238bc4ee5136bf31719b7c7a2435c8012b0 (patch)
treea0f5514ac1fb99d7c1cd4a95a2075b3900b0933a /src/common/unionfs.h
parent9e84035a42dcc335d9799256d7f465c3e3277500 (diff)
downloadvyatta-cfg-2bc58238bc4ee5136bf31719b7c7a2435c8012b0.tar.gz
vyatta-cfg-2bc58238bc4ee5136bf31719b7c7a2435c8012b0.zip
cleanup and fix cases to handle activated deleted multinodes correctly. simplified deactivated nodes logic in commit.
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