author | Florian Forster <octo@huhu.verplant.org> | |
Fri, 21 Nov 2008 21:06:23 +0000 (22:06 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Fri, 21 Nov 2008 21:06:23 +0000 (22:06 +0100) | ||
commit | 9ac03988a7a3ad7fcae1e16cb97be422ed9d36a2 | |
tree | b94d08266f3f3c3a042cb5f70f96de76978f7246 | tree | snapshot |
parent | 845886a4f028ca82e054be0536e5a7863d915352 | commit | diff |
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.
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 | diff | blob | history | |
src/plugin.h | diff | blob | history |