X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=stats.cpp;h=69bbd732b634a4d0daebfed771401335317bf0f2;hp=280f019edd9b2811d551cf018e62334cf00413bc;hb=8a2935dc58b00839acc493b4d146042d22a9793c;hpb=3fd8650ccf3da3960a946d8ac9abc305aec399ce diff --git a/stats.cpp b/stats.cpp index 280f019..69bbd73 100644 --- a/stats.cpp +++ b/stats.cpp @@ -1,6 +1,4 @@ -#include #include -#include #include #include #include @@ -59,8 +57,8 @@ void StatsThread::do_work() fprintf(fp, "%s %d %d %s %d %llu %llu %llu\n", client_stats[i].remote_addr.c_str(), client_stats[i].sock, - client_stats[i].fwmark, - client_stats[i].stream_id.c_str(), + 0, // Used to be fwmark. + client_stats[i].url.c_str(), int(now - client_stats[i].connect_time), (long long unsigned)(client_stats[i].bytes_sent), (long long unsigned)(client_stats[i].bytes_lost),