aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/local-store.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r--src/libstore/local-store.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh
index 3a2568ec9..0c2766f66 100644
--- a/src/libstore/local-store.hh
+++ b/src/libstore/local-store.hh
@@ -73,6 +73,8 @@ private:
Sync<State, std::recursive_mutex> _state;
+public:
+
const Path realStoreDir;
const Path dbDir;
const Path linksDir;
@@ -80,6 +82,8 @@ private:
const Path schemaPath;
const Path trashDir;
+private:
+
bool requireSigs;
PublicKeys publicKeys;