]> git.ipfire.org Git - people/stevee/guardian.git/commit
Allow to process multiple events at once.
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 29 Feb 2016 10:34:46 +0000 (11:34 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Mon, 29 Feb 2016 10:34:46 +0000 (11:34 +0100)
commit43fdb161bb2c7100eb86ee2d22ce70553de6ddec
treea9771dbc986c3d71a57bd31c00a5e9d63d05088c
parentd79cbb10a6c67b54da71f7684f0e052dcf44fdf5
Allow to process multiple events at once.

If a parser recives multiple lines at once, all of them
needs to be parsed and the result has to be returned to
the main process for enqueuing into the event queue.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
guardian
modules/Parser.pm