mirror of
https://github.com/NixOS/nix
synced 2025-07-02 21:51:50 +02:00
Don't create a Store in processConnection()
This commit is contained in:
parent
63b99af85a
commit
05819d013f
3 changed files with 14 additions and 8 deletions
|
@ -1,8 +1,10 @@
|
|||
#include "serialise.hh"
|
||||
#include "store-api.hh"
|
||||
|
||||
namespace nix::daemon {
|
||||
|
||||
void processConnection(
|
||||
ref<Store> store,
|
||||
FdSource & from,
|
||||
FdSink & to,
|
||||
bool trusted,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue