X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=client.h;h=c73810df5e726297e8258c3997df3498fe32e7c7;hp=9a189c0a9af709365944d11e6db37f75868161f0;hb=9abb89bcf7940e2ada9d708f86a218a56334f68d;hpb=ef7f588a9b7a63ba2153cd06ce5322db4453fa16 diff --git a/client.h b/client.h index 9a189c0..c73810d 100644 --- a/client.h +++ b/client.h @@ -12,7 +12,7 @@ struct Stream; // Digested statistics for writing to logs etc. struct ClientStats { - std::string stream_id; + std::string url; int sock; int fwmark; std::string remote_addr; @@ -50,7 +50,7 @@ struct Client { // What stream we're connecting to; parsed from . // Not relevant for READING_REQUEST. - std::string stream_id; + std::string url; Stream *stream; // The header we want to send. This is nominally a copy of Stream::header,