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
+1
View File
@@ -91,6 +91,7 @@ plugin_t *sql_plugin_create()
.public = {
.plugin = {
.get_name = _get_name,
.reload = (void*)return_false,
.destroy = _destroy,
},
},