mirror of
https://github.com/NixOS/nix
synced 2025-06-30 15:48:00 +02:00
Move most of the daemon implementation to libstore
This commit is contained in:
parent
95c727caef
commit
2d37e88319
4 changed files with 821 additions and 794 deletions
12
src/libstore/daemon.hh
Normal file
12
src/libstore/daemon.hh
Normal file
|
@ -0,0 +1,12 @@
|
|||
#include "serialise.hh"
|
||||
|
||||
namespace nix::daemon {
|
||||
|
||||
void processConnection(
|
||||
FdSource & from,
|
||||
FdSink & to,
|
||||
bool trusted,
|
||||
const std::string & userName,
|
||||
uid_t userId);
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue