From: Timo Sirainen Date: Tue, 6 Oct 2009 17:16:11 +0000 (-0400) Subject: struct log_service_handshake: Removed unused max_lines_per_sec. X-Git-Tag: 2.0.alpha1~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e0ce05530ca549ce1dd402f43084a6fa15f05b4;p=thirdparty%2Fdovecot%2Fcore.git struct log_service_handshake: Removed unused max_lines_per_sec. --HG-- branch : HEAD --- diff --git a/src/lib-master/master-interface.h b/src/lib-master/master-interface.h index 6597806b54..a35275f722 100644 --- a/src/lib-master/master-interface.h +++ b/src/lib-master/master-interface.h @@ -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[]; */