]> git.sesse.net Git - cubemap/blobdiff - client.h
Remove support for mark pools.
[cubemap] / client.h
index 490190bd90054ddb0b4a39c2e79262fa817c0d88..3767112b759b2c0c85bcf804b2ca77106ef68f78 100644 (file)
--- a/client.h
+++ b/client.h
@@ -14,7 +14,6 @@ struct Stream;
 struct ClientStats {
        std::string url;
        int sock;
-       int fwmark;
        std::string remote_addr;
        time_t connect_time;
        size_t bytes_sent;
@@ -34,9 +33,6 @@ struct Client {
        // The file descriptor associated with this socket.
        int sock;
 
-       // The fwmark associated with this socket (or 0).
-       int fwmark;
-
        // Some information only used for logging.
        std::string remote_addr;
        time_t connect_time;