]> git.sesse.net Git - remoteglot-book/blobdiff - count.proto
Fix move numbering when navigating in history.
[remoteglot-book] / count.proto
index c9321a59f3a875e24c5197a8402ed2327e9d799a..39da3e0604236080f0dbae5a29833875a31f4d19 100644 (file)
@@ -12,6 +12,12 @@ message Count {
        optional int64 sum_black_elo = 6;
        optional int32 num_elo = 7;
 
-       // First timestamp this position/move was seen. 
+       // First timestamp this position/move was seen, and the byte offset
+       // into the PGN file for that game.
        optional int64 first_timestamp = 8 [default=32503680000];
+       optional int32 pgn_file_num = 9;
+       optional int64 pgn_start_position = 10;
+
+       // Moves seen from this position.
+       repeated string move = 11;
 };