]> git.sesse.net Git - cubemap/blobdiff - client.h
Revert "Fix a bug where Metacube streams would become inconsistent between different...
[cubemap] / client.h
index db1fea51c69ae090f8a1d70db7b75aaf6f31f62d..9a189c0a9af709365944d11e6db37f75868161f0 100644 (file)
--- 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.