]> git.sesse.net Git - cubemap/blobdiff - client.h
Identify UDPInput error messages by the stream, too.
[cubemap] / client.h
index db1fea51c69ae090f8a1d70db7b75aaf6f31f62d..d511698550f2d4d5af9234f2eb0671600a72da4e 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;