🦄 refactor(module manager): rename polling API
This commit is contained in:
@@ -497,7 +497,7 @@ struct module *session_manager_on_init(struct module_manager *mod_mgr)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
module_manager_polling_subscribe(mod_mgr, on_polling, sess_mgr);
|
||||
module_manager_register_polling_node(mod_mgr, on_polling, sess_mgr);
|
||||
|
||||
struct module *sess_mgr_mod = module_new(SESSION_MANAGER_MODULE_NAME, NULL);
|
||||
if (sess_mgr_mod == NULL)
|
||||
|
||||
Reference in New Issue
Block a user