X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=client.h;h=d511698550f2d4d5af9234f2eb0671600a72da4e;hb=889d72b31a646feeba52acd3fd2616210b550e71;hp=db1fea51c69ae090f8a1d70db7b75aaf6f31f62d;hpb=6bf4dfc2c08d51de1d08e80078dd06f20ca0149c;p=cubemap diff --git a/client.h b/client.h index db1fea5..d511698 100644 --- a/client.h +++ b/client.h @@ -13,6 +13,8 @@ struct Stream; // Digested statistics for writing to logs etc. struct ClientStats { std::string stream_id; + int sock; + int fwmark; std::string remote_addr; time_t connect_time; size_t bytes_sent;