summaryrefslogtreecommitdiff
path: root/src/Command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Command.h')
-rw-r--r--src/Command.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Command.h b/src/Command.h
index 656ab10..e20c1d5 100644
--- a/src/Command.h
+++ b/src/Command.h
@@ -1,5 +1,5 @@
// -*-C++-*-
-// Copyright © 2011, 2012, 2014-2016 Richard Kettlewell.
+// Copyright © 2011, 2012, 2014-18 Richard Kettlewell.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -95,6 +95,12 @@ public:
/** @brief Explicitly specified stores */
std::vector<std::string> stores;
+ /** @brief Explicitly specified stores
+ *
+ * These ones don't have to be mount points.
+ */
+ std::vector<std::string> unmountedStores;
+
/** @brief Wait if lock cannot be held
*
* The default is @c false.