diff src/auth/auth-settings.c @ 19721:9d2fa1afc222

auth: If auth_stats=yes, send statistics to stats process.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Mon, 08 Feb 2016 16:20:46 +0200
parents 0f22db71df7a
children a7cd7cb4844c
line wrap: on
line diff
--- a/src/auth/auth-settings.c	Fri Feb 05 11:36:32 2016 -0700
+++ b/src/auth/auth-settings.c	Mon Feb 08 16:20:46 2016 +0200
@@ -230,6 +230,7 @@
 	DEF(SET_STR, proxy_self),
 	DEF(SET_TIME, failure_delay),
 
+	DEF(SET_BOOL, stats),
 	DEF(SET_BOOL, verbose),
 	DEF(SET_BOOL, debug),
 	DEF(SET_BOOL, debug_passwords),
@@ -269,6 +270,7 @@
 	.proxy_self = "",
 	.failure_delay = 2,
 
+	.stats = FALSE,
 	.verbose = FALSE,
 	.debug = FALSE,
 	.debug_passwords = FALSE,