Changed plugin constructors from plugin_create to plugin_name_plugin_create.
This commit is contained in:
@@ -38,9 +38,9 @@ struct plugin_t {
|
||||
/**
|
||||
* Plugin constructor function definiton.
|
||||
*
|
||||
* Each plugin has a constructor functions. This function is called on daemon
|
||||
* Each plugin has a constructor function. This function is called on daemon
|
||||
* startup to initialize each plugin.
|
||||
* The plugin function is named plugin_create().
|
||||
* The plugin function is named plugin_name_plugin_create().
|
||||
*
|
||||
* @return plugin_t instance
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user