Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
daemon.hh
Go to the documentation of this file.
1#pragma once
3
4#include "serialise.hh"
5#include "store-api.hh"
6
7namespace nix::daemon {
8
9enum RecursiveFlag : bool { NotRecursive = false, Recursive = true };
10
11void processConnection(
12 ref<Store> store,
13 FdSource && from,
14 FdSink && to,
15 TrustedFlag trusted,
16 RecursiveFlag recursive);
17
18}
ChunkedVector< std::string, 8192 > store
Definition lexer.l:1011
std::string std::string_view from
Definition lexer.l:2591
std::string std::string_view std::string_view to
Definition lexer.l:2592