X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=count.proto;h=39da3e0604236080f0dbae5a29833875a31f4d19;hb=99e8e99517d82bd2dc42a9fe104e40e61fe54b82;hp=9ee285919a82142d6126b0ed9b81d58c50698a8c;hpb=55481cd69d21b31bfdcc6e33853ea475ed16f622;p=remoteglot-book diff --git a/count.proto b/count.proto index 9ee2859..39da3e0 100644 --- a/count.proto +++ b/count.proto @@ -15,8 +15,9 @@ message Count { // 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; };