]> git.sesse.net Git - cubemap/blobdiff - stream.h
Add an example of IPv6 SSM to the config file.
[cubemap] / stream.h
index 2cdba11ad46b48a1d07801dccd7821efa11568ce..ef475e6f1b2dff32674494a8999f85c6da5a9e35 100644 (file)
--- a/stream.h
+++ b/stream.h
@@ -11,7 +11,6 @@
 #include <string>
 #include <vector>
 
-class MarkPool;
 class StreamProto;
 struct Client;
 
@@ -81,8 +80,8 @@ struct Stream {
        // <sleeping_clients>).
        std::vector<Client *> to_process;
 
-       // 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 <queued_data_mutex>.
        // The data pointers in the iovec are owned by us.