diff options
author | Luis Fernando Muñoz Mejías <Luis.Fernando.Munoz.Mejias@cern.ch> | 2009-04-28 21:14:52 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-29 17:10:00 +0200 |
commit | c35ce31aed4d873ed9564332374fbf82d7ff187d (patch) | |
tree | 1a87bbe02df434f7bfc95578731517cda7f735d4 /runtime/nssel.c | |
parent | 65a69831e955fa32b23e8f25d3ba67b1e3058e1d (diff) | |
download | rsyslog-c35ce31aed4d873ed9564332374fbf82d7ff187d.tar.gz rsyslog-c35ce31aed4d873ed9564332374fbf82d7ff187d.tar.xz rsyslog-c35ce31aed4d873ed9564332374fbf82d7ff187d.zip |
Replace get_db_statement by a template.
Instead of reading a complete line, we'll use a template and delegate
in the core to read such template. Then, all omoracle has to do is to
find that template and use it as the prepared statement.
I'm not sure if this is the correct approach, though. It has to dig
too much into rsyslog's structures...
txt_statement is stored in a private area, so that we don't mess too
much with rsyslog's internals (I still don't feel comfortable with
this much digging into template structures).
Diffstat (limited to 'runtime/nssel.c')
0 files changed, 0 insertions, 0 deletions