X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=stats.cpp;h=fa483bf3a617fbed566ac1d053ac21e6e115c858;hb=5ad72898a682d78330f206c0aa1b8f73f0baf122;hp=71fb4852cef695693c1a91e70ef4a61c2f764cb1;hpb=4856c49f1b63753ce86ad759ee649a1117628a8e;p=cubemap diff --git a/stats.cpp b/stats.cpp index 71fb485..fa483bf 100644 --- a/stats.cpp +++ b/stats.cpp @@ -53,8 +53,10 @@ void StatsThread::do_work() now = time(NULL); client_stats = servers->get_client_stats(); for (size_t i = 0; i < client_stats.size(); ++i) { - fprintf(fp, "%s %s %d %llu %llu %llu\n", + 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(), int(now - client_stats[i].connect_time), (long long unsigned)(client_stats[i].bytes_sent),