Nix
2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
daemon.hh
Go to the documentation of this file.
1
#pragma once
3
4
#include "
lix/libutil/async.hh
"
5
#include "
lix/libutil/serialise.hh
"
6
#include "
lix/libstore/store-api.hh
"
7
8
namespace
nix::daemon {
9
10
void
processConnection(
11
AsyncIoRoot & aio,
12
ref<Store> store,
13
FdSource & from,
14
FdSink & to,
15
TrustedFlag trusted);
16
17
}
async.hh
serialise.hh
store-api.hh
lix
libstore
daemon.hh
Generated by
1.15.0