diff options
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r-- | src/libstore/local-store.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index 3a2568ec9479..0c2766f667ec 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; |