X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=state.proto;h=19f2617fc038770d5e4ddded0f0b6e89b1c0eee8;hp=7c9ca7fe43ce9f661aa97652865b79a4089a4286;hb=6861e5c337ba300c61d8b64a3837bb43458caa3f;hpb=286d8e26057bda2f472bbefbb7792ff2ca9f1b65 diff --git a/state.proto b/state.proto index 7c9ca7f..19f2617 100644 --- a/state.proto +++ b/state.proto @@ -14,9 +14,11 @@ message StreamProto { optional bytes header = 1; optional bytes data = 2; optional int64 data_size = 3; + optional string stream_id = 4; }; message CubemapStateProto { repeated ClientProto clients = 1; repeated StreamProto streams = 2; + optional int32 server_sock = 3; };