X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=count.proto;h=39da3e0604236080f0dbae5a29833875a31f4d19;hb=f95dfda2d14615a9816ba1abb32bd240a470e228;hp=7712f97649ed84de2d6c8191c29b3a7aac57a1a0;hpb=f7f8ba0f6969452da0b1d4bc6f4c8490006f7dbe;p=remoteglot-book diff --git a/count.proto b/count.proto index 7712f97..39da3e0 100644 --- a/count.proto +++ b/count.proto @@ -12,9 +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 = 9; + repeated string move = 11; };