diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-11-03 12:26:53 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-11-03 14:45:24 +0100 |
commit | 797a52e31d97381e0be7e0a80e43f8cb259f8a6b (patch) | |
tree | 3fb427ce4c458f36c5d645c5c6cfe5d880f3bb19 | |
parent | cf82e14712b3be881b7c880468cd5486e8934638 (diff) |
Add FIXME
-rw-r--r-- | src/libstore/local-store.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index f1e2ab7f9..5e07261a6 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -90,6 +90,8 @@ private: std::unique_ptr<PublicKeys> publicKeys; }; + // FIXME: get rid of recursive_mutex, it hides recursive SQLite + // queries. Sync<State, std::recursive_mutex> _state; public: |