X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=stream.h;h=5e694aac17966ebb8f030a7a57f37af57e9995d6;hp=2cdba11ad46b48a1d07801dccd7821efa11568ce;hb=4c78d4cddfa8f5b9a9d275822237a0b1f8510dd2;hpb=9b8129d05b5d1ec0caed09a40f170e967afc60b3 diff --git a/stream.h b/stream.h index 2cdba11..5e694aa 100644 --- a/stream.h +++ b/stream.h @@ -84,6 +84,9 @@ struct Stream { // What pool to fetch marks from, or NULL. MarkPool *mark_pool; + // Maximum pacing rate for the stream. + uint32_t pacing_rate; + // Queued data, if any. Protected by . // The data pointers in the iovec are owned by us. std::vector queued_data;