diff options
author | David Härdeman <david@hardeman.nu> | 2008-06-23 22:24:11 +0200 |
---|---|---|
committer | David Härdeman <david@hardeman.nu> | 2008-06-23 22:24:11 +0200 |
commit | e4910c9e5cae89691512bec4145f66b63e406936 (patch) | |
tree | c014857f5d7ced6557577746b70fbbc51f11ab00 /metastore.h | |
parent | ed7e4217e2eae466bab88cd425c71ac22a0340c5 (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.h | 4 |
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; + |