mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 03:04:19 +00:00
Transition MWI to Stasis-core
Remove MWI's dependency on the event system by moving it to Stasis-core. This also introduces forwarding topic pools in Stasis-core which aggregate many dynamically allocated topics into a single primary topic. Review: https://reviewboard.asterisk.org/r/2368/ (closes issue ASTERISK-21097) Patch-by: Kinsey Moore git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@383284 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4178,6 +4178,11 @@ int main(int argc, char *argv[])
|
||||
|
||||
aco_init();
|
||||
|
||||
if (app_init()) {
|
||||
printf("App core initialization failed.\n%s", term_quit());
|
||||
exit(1);
|
||||
}
|
||||
|
||||
if (astdb_init()) {
|
||||
printf("%s", term_quit());
|
||||
exit(1);
|
||||
|
||||
Reference in New Issue
Block a user