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
7
8namespace nix::daemon {
9
10void processConnection(
11 AsyncIoRoot & aio,
12 ref<Store> store,
13 FdSource & from,
14 FdSink & to,
15 TrustedFlag trusted);
16
17}