🦄 refactor(plugin manager): update interface definition
This commit is contained in:
@@ -12,7 +12,7 @@ int http_event_plugin_entry(const struct stellar_session *s, int what, struct st
|
||||
|
||||
int http_event_plugin_init()
|
||||
{
|
||||
plugin_session_event_register("HTTP", http_event_plugin_entry, nullptr);
|
||||
//plugin_manager_event_register("HTTP", http_event_plugin_entry, nullptr);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user