X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fplugin.h;fp=src%2Fplugin.h;h=86d403400e88af2c04e987548aed48ad5d98fd57;hp=e88047283d2325252b068f252f20b5c6a2b196e1;hb=488c2ca9e3f6f6082f192bdd5d737c6cd1298ba2;hpb=3b9261df9f7426c4b823a801671aaaba30fda6d9 diff --git a/src/plugin.h b/src/plugin.h index e8804728..86d40340 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -2,7 +2,7 @@ #define PLUGIN_H /** * collectd - src/plugin.h - * Copyright (C) 2005-2010 Florian octo Forster + * Copyright (C) 2005-2011 Florian octo Forster * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -318,6 +318,7 @@ int plugin_unregister_notification (const char *name); * function. */ int plugin_dispatch_values (value_list_t *vl); +int plugin_dispatch_values_secure (const value_list_t *vl); int plugin_dispatch_missing (const value_list_t *vl); int plugin_dispatch_notification (const notification_t *notif);