summaryrefslogtreecommitdiffstats
path: root/doc/dev_oplugins.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dev_oplugins.html')
-rw-r--r--doc/dev_oplugins.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/dev_oplugins.html b/doc/dev_oplugins.html
index 63c186a3..10cdfd1b 100644
--- a/doc/dev_oplugins.html
+++ b/doc/dev_oplugins.html
@@ -143,6 +143,9 @@ omstdout, you can see how a plugin may deal with the situation.
array-passing capability not blindly be used.</b> In such cases, we can not guard the
plugin from segfaulting and if the plugin (as currently always) is run within
rsyslog's process space, that results in a segfault for rsyslog. So do not do this.
+<p>Another possible mode is OMSR_TPL_AS_FIELDS, when the textual content of the
+template is ignored, and a list of name-value pairs (with user-supplied flags)
+is passed to the module.
<h3>Batching of Messages</h3>
<p>Starting with rsyslog 4.3.x, batching of output messages is supported. Previously, only
a single-message interface was supported.