X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=state.proto;h=2a788eb07e6fdcba86dfb0fa50c0e8384d51fd50;hp=c6f0e004624ec6545cf40d935890a3528b4df7a0;hb=6544fa0ec3f3a501bcb89ea977756911bd7f3ebd;hpb=d0aad5446b9896e3ba15c8a50c345e185dc1631f diff --git a/state.proto b/state.proto index c6f0e00..2a788eb 100644 --- a/state.proto +++ b/state.proto @@ -47,6 +47,7 @@ message InputProto { optional int64 bytes_received = 11; optional int64 data_bytes_received = 12; optional int64 connect_time = 13; + optional bool is_metacube_encoded = 15 [default=true]; }; // Corresponds to class Acceptor.