This commit is contained in:
Eelco Dolstra 2024-07-17 16:30:24 +02:00
parent c1d5cf6f34
commit d231d802f5

View file

@ -184,8 +184,7 @@ enum struct WorkerProto::Op : uint64_t
struct WorkerProto::ClientHandshakeInfo struct WorkerProto::ClientHandshakeInfo
{ {
/** /**
* The version of the Nix daemon that is processing our requests * The version of the Nix daemon that is processing our requests.
.
* *
* Do note, it may or may not communicating with another daemon, * Do note, it may or may not communicating with another daemon,
* rather than being an "end" `LocalStore` or similar. * rather than being an "end" `LocalStore` or similar.