X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=client.h;h=d511698550f2d4d5af9234f2eb0671600a72da4e;hp=db1fea51c69ae090f8a1d70db7b75aaf6f31f62d;hb=0d72f384a1de672824298262ba5c427ec0aee2d6;hpb=a0949bd6af9a604e7073354fc530353bbdb7871c 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;