summaryrefslogtreecommitdiff
path: root/clients/ms_conn.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/ms_conn.h')
-rw-r--r--clients/ms_conn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/ms_conn.h b/clients/ms_conn.h
index b915888d..479a4706 100644
--- a/clients/ms_conn.h
+++ b/clients/ms_conn.h
@@ -192,6 +192,7 @@ typedef struct conn
/* response time statistic and time out control */
struct timeval start_time; /* start time of current operation(s) */
struct timeval end_time; /* end time of current operation(s) */
+ struct timeval throttle_time; /* start time where we started throttling */
/* Binary protocol stuff */
protocol_binary_response_header binary_header; /* local temporary binary header */