Added a (not yet implemented) plugin_t method to reload plugin configuration

This commit is contained in:
Martin Willi
2011-04-15 10:07:13 +02:00
parent 787b5884aa
commit c55818ebb0
89 changed files with 97 additions and 0 deletions
@@ -77,6 +77,7 @@ plugin_t *attr_sql_plugin_create()
.public = {
.plugin = {
.get_name = _get_name,
.reload = (void*)return_false,
.destroy = _destroy,
},
},