X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=client.h;fp=client.h;h=3767112b759b2c0c85bcf804b2ca77106ef68f78;hp=490190bd90054ddb0b4a39c2e79262fa817c0d88;hb=5cc8cd703a637e276c2595953878fd9561592bfa;hpb=b9d939606ebaf69e2c5a5d8b3e2d8e9adc0e69ae diff --git a/client.h b/client.h index 490190b..3767112 100644 --- 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;