From: bert hubert Date: Fri, 14 Sep 2018 09:49:11 +0000 (+0200) Subject: remove L warning, document undocumented --stats-dir feature X-Git-Tag: dnsdist-1.3.3~59^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20cbacd4501c3c5303631d94c128cd85d7aa84c2;p=thirdparty%2Fpdns.git remove L warning, document undocumented --stats-dir feature --- diff --git a/docs/manpages/dnsscope.1.rst b/docs/manpages/dnsscope.1.rst index cbf0a55d9d..921d8585f5 100644 --- a/docs/manpages/dnsscope.1.rst +++ b/docs/manpages/dnsscope.1.rst @@ -27,6 +27,7 @@ INFILE --log-histogram Write out a log-histogram of response times to 'log-histogram' --no-servfail-stats Remove servfail responses from latency statistics --servfail-tree Figure out subtrees that generate servfails. +--stats-dir Drop statistics files in this directory. Defaults to ./ -l, --load-stats Emit per-second load statistics (questions, answers, outstanding). -w , --write-failures Write weird packets to a PCAP file at *FILENAME*. -v, --verbose Be more verbose. diff --git a/pdns/histog.hh b/pdns/histog.hh index fb1ce6c9c9..f96e4beab0 100644 --- a/pdns/histog.hh +++ b/pdns/histog.hh @@ -1,8 +1,4 @@ #pragma once -#ifdef L -#error "Include this file BEFORE including logger.hh" -#endif - #include #include