]> git.sesse.net Git - cubemap/blobdiff - state.proto
Add preliminary support for input stream statistics.
[cubemap] / state.proto
index 93c56e357227b549787bcdc9ed66b865507318d3..d40acc93202a0c9d1c69d65db3db6a173798c8d4 100644 (file)
@@ -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.