src/plugin.[ch]: Implement `plugin_write', a function to pass values to specific...
authorFlorian Forster <octo@huhu.verplant.org>
Fri, 21 Nov 2008 21:06:23 +0000 (22:06 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Fri, 21 Nov 2008 21:06:23 +0000 (22:06 +0100)
commit9ac03988a7a3ad7fcae1e16cb97be422ed9d36a2
treeb94d08266f3f3c3a042cb5f70f96de76978f7246
parent845886a4f028ca82e054be0536e5a7863d915352
src/plugin.[ch]: Implement `plugin_write', a function to pass values to specific write plugins.

This function does none of the magic `plugin_dispatch_value' does. It simiply
takes a value and passes it to the requested plugin.

This function is intended to be used with the upcoming `filter chain' code,
which will allow to pass values to specific plugins only.
src/plugin.c
src/plugin.h