dovecot-2.0: struct log_service_handshake: Removed unused max_li...

dovecot at dovecot.org dovecot at dovecot.org
Tue Oct 6 20:24:07 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/173435e81938
changeset: 9975:173435e81938
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Oct 06 13:16:11 2009 -0400
description:
struct log_service_handshake: Removed unused max_lines_per_sec.

diffstat:

1 file changed, 1 insertion(+), 4 deletions(-)
src/lib-master/master-interface.h |    5 +----

diffs (15 lines):

diff -r 2d160210b306 -r 173435e81938 src/lib-master/master-interface.h
--- a/src/lib-master/master-interface.h	Tue Oct 06 12:57:26 2009 -0400
+++ b/src/lib-master/master-interface.h	Tue Oct 06 13:16:11 2009 -0400
@@ -24,10 +24,7 @@ struct log_service_handshake {
 #define MASTER_LOG_MAGIC 0x02ff03fe
 	unsigned int log_magic;
 
-	/* If we're writing log lines more often than this, start throttling */
-	unsigned int max_lines_per_sec;
-
-	/* Add this previs to each logged line */
+	/* Add this prefix to each logged line */
 #define MASTER_LOG_PREFIX_NAME "MASTER"
 	unsigned int prefix_len;
 	/* unsigned char prefix[]; */


More information about the dovecot-cvs mailing list