Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::LegacySSHStore::Connection Struct Reference
Collaboration diagram for nix::LegacySSHStore::Connection:
[legend]

Public Member Functions

 operator ServeProto::ReadConn ()
 
 operator ServeProto::WriteConn ()
 

Public Attributes

std::unique_ptr< SSHMaster::ConnectionsshConn
 
FdSink to
 
FdSource from
 
ServeProto::Version remoteVersion
 
bool good = true
 

Member Function Documentation

◆ operator ServeProto::ReadConn()

nix::LegacySSHStore::Connection::operator ServeProto::ReadConn ( )
inline

Coercion to ServeProto::ReadConn. This makes it easy to use the factored out serve protocol searlizers with a LegacySSHStore::Connection.

The serve protocol connection types are unidirectional, unlike this type.


The documentation for this struct was generated from the following file: