X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=stream.h;h=ef475e6f1b2dff32674494a8999f85c6da5a9e35;hp=d29b9246a06f76a776385bad4290f69b6cb171be;hb=edca761c42e4316bfc22d79868b5552b9d27227c;hpb=ce0d42a14da5686366d0c73fa9b152e90619ff91 diff --git a/stream.h b/stream.h index d29b924..ef475e6 100644 --- a/stream.h +++ b/stream.h @@ -11,7 +11,6 @@ #include #include -class MarkPool; class StreamProto; struct Client; @@ -81,11 +80,8 @@ struct Stream { // ). std::vector to_process; - // What pool to fetch marks from, or NULL. - MarkPool *mark_pool; - // Maximum pacing rate for the stream. - int pacing_rate; + uint32_t pacing_rate; // Queued data, if any. Protected by . // The data pointers in the iovec are owned by us.