]> git.sesse.net Git - stockfish/blobdiff - src/hashprobe.proto
Put the root into a separate place.
[stockfish] / src / hashprobe.proto
index b02a7a92fccac6313b4e5898893c06d61a6ee953..42f6b2b466abc4e27ac7bea0dde25c77a999d650 100644 (file)
@@ -5,6 +5,7 @@ message HashProbeRequest {
        string fen = 1;
 }
 message HashProbeResponse {
+       HashProbeLine root = 2;
        repeated HashProbeLine line = 1;
 }
 message HashProbeLine {