diff src/director/director-connection.c @ 22680:21e9717ba702

director: DIRECTOR-LIST - Show number of USERs sent/received in "handshaking" state
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Sun, 26 Nov 2017 12:19:36 +0200
parents 496ac7e7563f
children 6fdc4e5710c8
line wrap: on
line diff
--- a/src/director/director-connection.c	Sun Nov 26 12:13:35 2017 +0200
+++ b/src/director/director-connection.c	Sun Nov 26 12:19:36 2017 +0200
@@ -2584,4 +2584,6 @@
 	status_r->last_input = conn->last_input;
 	status_r->last_output = conn->last_output;
 	status_r->last_ping_msecs = conn->last_ping_msecs;
+	status_r->handshake_users_sent = conn->handshake_users_sent;
+	status_r->handshake_users_received = conn->handshake_users_received;
 }