Link: <http://intra.balabit/cgi-bin/viewarch.cgi/devel@balabit.hu--other-1/syslog-ng--mainline--2.0--patch-16> Revision: syslog-ng--mainline--2.0--patch-16 Archive: devel@balabit.hu--other-1 Creator: Balazs Scheidler <bazsi@balabit.hu> Date: Sun Feb 26 09:47:15 CET 2006 Standard-date: 2006-02-26 08:47:15 GMT Modified-files: ChangeLog doc/reference/syslog-ng.xml src/cfg-grammar.y src/cfg-lex.l src/cfg.h src/main.c New-patches: devel@balabit.hu--other-1/syslog-ng--mainline--2.0--patch-16 Summary: added time_sleep() option to add a fixed latency to the poll loop Keywords: * src/cfg-grammar.y: added KW_TIME_SLEEP processing * src/cfg-lex.l: added keyword for KW_TIME_SLEEP * src/main.c: wait using nanosleep if time_sleep() is set * doc/reference/syslog-ng.xml: added documentation on time_sleep and a section in the tuning part to explain it a little further Diff stats: ChangeLog | 23 ++++++++++++++++++++++ doc/reference/syslog-ng.xml | 45 +++++++++++++++++++++++++++++++++++++------- src/cfg-grammar.y | 5 +++- src/cfg-lex.l | 1 src/cfg.h | 1 src/main.c | 9 ++++++++ 6 files changed, 76 insertions(+), 8 deletions(-)