Document the connection initialization process

This commit is contained in:
John Ericson
2023-12-04 09:42:04 -05:00
parent 3c5636162a
commit 104baef503
2 changed files with 13 additions and 5 deletions

View File

@@ -303,8 +303,8 @@ struct Machine
// A connection to a machine
struct Connection {
nix::FdSink to;
nix::FdSource from;
nix::FdSink to;
nix::ServeProto::Version remoteVersion;
// Backpointer to the machine