X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=config.h;h=e7385e2f488904a488adf00d079d67509022df9e;hp=d45ab08316b318c3e717d6c4a37252f047b0a9c5;hb=c271559c8b2b9583346c8c6269701894cb9ff4c1;hpb=2c6cd9718a5baf5a2ed5be73ec3c525d4873f45a diff --git a/config.h b/config.h index d45ab08..e7385e2 100644 --- a/config.h +++ b/config.h @@ -13,6 +13,7 @@ struct MarkPoolConfig { struct StreamConfig { std::string stream_id; std::string src; // Can be empty. + size_t backlog_size; int mark_pool; // -1 for none. };