]> git.sesse.net Git - remoteglot-book/blobdiff - count.proto
Store and handle the PGN start position.
[remoteglot-book] / count.proto
index 7712f97649ed84de2d6c8191c29b3a7aac57a1a0..9ee285919a82142d6126b0ed9b81d58c50698a8c 100644 (file)
@@ -12,8 +12,10 @@ 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 int64 pgn_start_position = 10;
 
        // Moves seen from this position.
        repeated string move = 9;