summaryrefslogtreecommitdiffstats
path: root/src/web_client.h
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-05-20 23:16:39 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-05-20 23:16:39 +0300
commitd4c1c51fb6819c789d08107c249b895a83a61740 (patch)
tree9e4568fa7853cc746675845bbcb632b4b297707d /src/web_client.h
parent1a6b989204ecf6268222d595ecd43aa10f8c1259 (diff)
prevent multiple locks per web requests
Diffstat (limited to 'src/web_client.h')
-rw-r--r--src/web_client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/web_client.h b/src/web_client.h
index f663be4a1d..559c4459d9 100644
--- a/src/web_client.h
+++ b/src/web_client.h
@@ -83,6 +83,9 @@ struct web_client {
int wait_receive;
int wait_send;
+ unsigned long stats_received_bytes;
+ unsigned long stats_sent_bytes;
+
struct web_client *prev;
struct web_client *next;
};