diff options
Diffstat (limited to 'src/plugins/relay/relay-client.h')
-rw-r--r-- | src/plugins/relay/relay-client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/relay/relay-client.h b/src/plugins/relay/relay-client.h index 9ebecbc6f..116aa477b 100644 --- a/src/plugins/relay/relay-client.h +++ b/src/plugins/relay/relay-client.h @@ -109,6 +109,7 @@ struct t_relay_client time_t start_time; /* time of client connection */ time_t end_time; /* time of client disconnection */ struct t_hook *hook_fd; /* hook for socket or child pipe */ + struct t_hook *hook_timer_send; /* timer to quickly flush outqueue */ time_t last_activity; /* time of last byte received/sent */ unsigned long long bytes_recv; /* bytes received from client */ unsigned long long bytes_sent; /* bytes sent to client */ |