Link: <http://intra.balabit/cgi-bin/viewarch.cgi/bazsi@balabit.hu--bazsi-1/syslog-ng--mainline--2.0--patch-77> Revision: syslog-ng--mainline--2.0--patch-77 Archive: bazsi@balabit.hu--bazsi-1 Creator: Balazs Scheidler <bazsi@balabit.hu> Date: Sat Dec 3 17:34:15 CET 2005 Standard-date: 2005-12-03 16:34:15 GMT Modified-files: ChangeLog NEWS doc/reference/syslog-ng.xml src/afinter.c src/afinter.h src/center.c src/logreader.c src/logreader.h src/main.c New-patches: bazsi@balabit.hu--bazsi-1/syslog-ng--mainline--2.0--patch-77 Summary: fixed MARK support Keywords: 2005-12-03 Balazs Scheidler <bazsi@balabit.hu> * doc/reference/syslog-ng.xml: added some more words on mark_freq() and stats_freq(), actually fixed the documentation as these options were renamed for consistency * src/afinter.c: move MARK implementation to here instead of logreader, there's no point in creating MARK messages in the name of all of our sources, we need to generate a single MARK message in our name if there's no traffic * src/main.c: removed the use of obsolete GLib functions Diff stats: ChangeLog | 27 +++++++++++++ NEWS | 2 doc/reference/syslog-ng.xml | 14 ++++-- src/afinter.c | 89 +++++++++++++++++++++++++++++++++++++------- src/afinter.h | 1 src/center.c | 3 + src/logreader.c | 40 ------------------- src/logreader.h | 2 src/main.c | 11 ++--- 9 files changed, 125 insertions(+), 64 deletions(-)