stream: create library instance of stream-manager
This commit is contained in:
@@ -80,6 +80,7 @@ void library_deinit()
|
||||
/* make sure the cache is clear before unloading plugins */
|
||||
lib->credmgr->flush_cache(lib->credmgr, CERT_ANY);
|
||||
|
||||
this->public.streams->destroy(this->public.streams);
|
||||
this->public.watcher->destroy(this->public.watcher);
|
||||
this->public.scheduler->destroy(this->public.scheduler);
|
||||
this->public.processor->destroy(this->public.processor);
|
||||
@@ -268,6 +269,7 @@ bool library_init(char *settings)
|
||||
this->public.processor = processor_create();
|
||||
this->public.scheduler = scheduler_create();
|
||||
this->public.watcher = watcher_create();
|
||||
this->public.streams = stream_manager_create();
|
||||
this->public.plugins = plugin_loader_create();
|
||||
|
||||
if (!check_memwipe())
|
||||
|
||||
Reference in New Issue
Block a user