X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=config.h;h=e7385e2f488904a488adf00d079d67509022df9e;hp=d45ab08316b318c3e717d6c4a37252f047b0a9c5;hb=f51b3892514540ff3f08ab052296091f3a6f7a93;hpb=51e357cb8decceaeab47332492962bc0175b0b13 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. };