]> git.sesse.net Git - cubemap/blobdiff - stream.h
Add an example of IPv6 SSM to the config file.
[cubemap] / stream.h
index d29b9246a06f76a776385bad4290f69b6cb171be..ef475e6f1b2dff32674494a8999f85c6da5a9e35 100644 (file)
--- a/stream.h
+++ b/stream.h
@@ -11,7 +11,6 @@
 #include <string>
 #include <vector>
 
-class MarkPool;
 class StreamProto;
 struct Client;
 
@@ -81,11 +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.
-       int pacing_rate;
+       uint32_t pacing_rate;
 
        // Queued data, if any. Protected by <queued_data_mutex>.
        // The data pointers in the iovec are owned by us.