X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=state.proto;h=d40acc93202a0c9d1c69d65db3db6a173798c8d4;hp=93c56e357227b549787bcdc9ed66b865507318d3;hb=bd694fdd3dd1417399aecead2c8b91fc4fe95ce8;hpb=4a33511c426ae90abb261f09fda1e31e0c30ca16 diff --git a/state.proto b/state.proto index 93c56e3..d40acc9 100644 --- a/state.proto +++ b/state.proto @@ -43,6 +43,8 @@ message InputProto { optional bytes pending_data = 7; optional bool has_metacube_header = 8; optional int32 sock = 9; + optional int64 bytes_received = 11; + optional int64 data_bytes_received = 12; }; // Corresponds to class Acceptor.