Allow timestamps to be 64 bit.

FORMAT-COMPATIBLE CHANGE --- doesn't change the encoding format.
API-INCOMPATIBLE CHANGE --- does break the API.
This commit is contained in:
Scott Crosby 2010-10-07 11:54:53 -05:00
parent 5f48470e21
commit b1e265f444
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ message StringTable {
/* Optional metadata that may be included into each primitive. */
message Info {
optional int32 version = 1 [default = -1];
optional int32 timestamp = 2;
optional int64 timestamp = 2;
optional int64 changeset = 3;
optional int32 uid = 4;
optional int32 user_sid = 5; // String IDs