]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
struct log_service_handshake: Removed unused max_lines_per_sec.
authorTimo Sirainen <tss@iki.fi>
Tue, 6 Oct 2009 17:16:11 +0000 (13:16 -0400)
committerTimo Sirainen <tss@iki.fi>
Tue, 6 Oct 2009 17:16:11 +0000 (13:16 -0400)
--HG--
branch : HEAD

src/lib-master/master-interface.h

index 6597806b548d909be5840c14f98a11cdf7dd90d7..a35275f722ab2a8f1489e4cb1334ce1b75641aee 100644 (file)
@@ -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[]; */