X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=state.proto;fp=state.proto;h=c1e782fb5b71b6e64411bdc736b3a68d9b725b97;hp=28ec66a0f96d5827792c6536f16d80837cb648b9;hb=7ec54788f88dde7b083ba6cfd30732b32295b54a;hpb=980ac162414c9fce62af4fdb9cfc282865b31572 diff --git a/state.proto b/state.proto index 28ec66a..c1e782f 100644 --- a/state.proto +++ b/state.proto @@ -36,6 +36,7 @@ message FragmentStartProto { // Corresponds to struct Stream. message StreamProto { + optional bool unavailable = 14 [default=false]; optional bytes http_header = 6; optional bytes stream_header = 7; repeated int32 data_fds = 8;