|
void | closeWrite () override |
|
virtual | ~BasicClientConnection () |
|
std::exception_ptr | processStderrReturn (Sink *sink=0, Source *source=0, bool flush=true, bool block=true) |
|
void | processStderr (bool *daemonException, Sink *sink=0, Source *source=0, bool flush=true, bool block=true) |
|
ClientHandshakeInfo | postHandshake (const StoreDirConfig &store) |
|
void | addTempRoot (const StoreDirConfig &remoteStore, bool *daemonException, const StorePath &path) |
|
StorePathSet | queryValidPaths (const StoreDirConfig &remoteStore, bool *daemonException, const StorePathSet &paths, SubstituteFlag maybeSubstitute) |
|
UnkeyedValidPathInfo | queryPathInfo (const StoreDirConfig &store, bool *daemonException, const StorePath &path) |
|
void | putBuildDerivationRequest (const StoreDirConfig &store, bool *daemonException, const StorePath &drvPath, const BasicDerivation &drv, BuildMode buildMode) |
|
BuildResult | getBuildDerivationResponse (const StoreDirConfig &store, bool *daemonException) |
|
void | narFromPath (const StoreDirConfig &store, bool *daemonException, const StorePath &path, std::function< void(Source &)> fun) |
|
void | importPaths (const StoreDirConfig &store, bool *daemonException, Source &source) |
|
| operator WorkerProto::ReadConn () |
|
| operator WorkerProto::WriteConn () |
|
Public Member Functions inherited from nix::WorkerProto::ClientHandshakeInfo |
bool | operator== (const ClientHandshakeInfo &) const =default |
|
◆ closeWrite()
void nix::SSHStore::Connection::closeWrite |
( |
| ) |
|
|
inlineoverridevirtual |
The documentation for this struct was generated from the following file:
- /home/buildozer/aports/community/nix/src/nix-2.26.3/src/libstore/ssh-store.cc