X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fhashprobe.proto;h=42f6b2b466abc4e27ac7bea0dde25c77a999d650;hp=b02a7a92fccac6313b4e5898893c06d61a6ee953;hb=449ac2a19ab4aafc1413a874dc7ba995eabd744a;hpb=c5597b81529983e96c402d25388d29ec44c591ca diff --git a/src/hashprobe.proto b/src/hashprobe.proto index b02a7a92..42f6b2b4 100644 --- a/src/hashprobe.proto +++ b/src/hashprobe.proto @@ -5,6 +5,7 @@ message HashProbeRequest { string fen = 1; } message HashProbeResponse { + HashProbeLine root = 2; repeated HashProbeLine line = 1; } message HashProbeLine {