X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=client.h;h=9a189c0a9af709365944d11e6db37f75868161f0;hp=db1fea51c69ae090f8a1d70db7b75aaf6f31f62d;hb=1e15bf9054e65adfce268578f4e474c980ef6443;hpb=a0949bd6af9a604e7073354fc530353bbdb7871c diff --git a/client.h b/client.h index db1fea5..9a189c0 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; @@ -21,7 +23,6 @@ struct ClientStats { }; struct Client { - Client() {} Client(int sock); // Serialization/deserialization.