X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=store.h;h=72fde52fcb2fb1b7d60b2712e9b12670e29a9ee6;hb=3addc0c5e928bc7b0fc6ff1ef8b7dff7263cf3ea;hp=aa961600fa4122d513e462bf4de3d710341faa33;hpb=a7c068d940ab32b75dc2dfaf11146b363f95ca88;p=cumulus.git diff --git a/store.h b/store.h index aa96160..72fde52 100644 --- a/store.h +++ b/store.h @@ -144,4 +144,11 @@ private: ObjectReference ref; }; +/* Program through which segment data is piped before being written to file. */ +extern const char *filter_program; + +/* Extension which should be appended to segments written out (.tar is already + * included; this adds to it) */ +extern const char *filter_extension; + #endif // _LBS_STORE_H