mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 09:49:36 +01:00
Make the store directory a member variable of Store
This commit is contained in:
parent
1b5b654fe2
commit
7850d3d279
35 changed files with 315 additions and 296 deletions
|
|
@ -22,7 +22,7 @@ class RemoteStore : public LocalFSStore
|
|||
{
|
||||
public:
|
||||
|
||||
RemoteStore(size_t maxConnections = std::numeric_limits<size_t>::max());
|
||||
RemoteStore(const Params & params, size_t maxConnections = std::numeric_limits<size_t>::max());
|
||||
|
||||
/* Implementations of abstract store API methods. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue