projects
/
cubemap
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Identify UDPInput error messages by the stream, too.
[cubemap]
/
client.h
diff --git
a/client.h
b/client.h
index
db1fea5
..
d511698
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;