|
Nix
2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include "lix/libutil/async.hh"#include "lix/libutil/serialise.hh"#include "lix/libstore/store-api.hh"Go to the source code of this file.
Enumerations | |
| enum | RecursiveFlag : bool { NotRecursive = false , Recursive = true } |
Functions | |
| void | nix::daemon::processConnection (AsyncIoRoot &aio, ref< Store > store, FdSource &from, FdSink &to, TrustedFlag trusted, RecursiveFlag recursive) |