Added a (not yet implemented) plugin_t method to reload plugin configuration
This commit is contained in:
@@ -91,6 +91,7 @@ plugin_t *sql_plugin_create()
|
||||
.public = {
|
||||
.plugin = {
|
||||
.get_name = _get_name,
|
||||
.reload = (void*)return_false,
|
||||
.destroy = _destroy,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user