summaryrefslogtreecommitdiff
path: root/metastore.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2008-06-23 22:24:11 +0200
committerDavid Härdeman <david@hardeman.nu>2008-06-23 22:24:11 +0200
commite4910c9e5cae89691512bec4145f66b63e406936 (patch)
treec014857f5d7ced6557577746b70fbbc51f11ab00 /metastore.h
parented7e4217e2eae466bab88cd425c71ac22a0340c5 (diff)
Add dynamic metafile path
In some situations it may be useful to have multiple sets of metadata for the same hierarchy (e.g. representing how a file set should appear on different hosts). The ability to select a metadata file may be useful in this case. Patch by Sergio Callegari <sergio.callegari@gmail.com>
Diffstat (limited to 'metastore.h')
-rw-r--r--metastore.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/metastore.h b/metastore.h
index 7bc7868..74debb8 100644
--- a/metastore.h
+++ b/metastore.h
@@ -32,3 +32,7 @@
#define ACTION_SAVE 0x02
#define ACTION_APPLY 0x04
#define ACTION_HELP 0x08
+
+/* Used to store the name of the file containing the metadata */
+extern char *metafile;
+