mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
merge new_loader_completion branch, including (at least):
- restructured build tree and makefiles to eliminate recursion problems - support for embedded modules - support for static builds - simpler cross-compilation support - simpler module/loader interface (no exported symbols) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40722 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -15,7 +15,9 @@
|
||||
#include <limits.h>
|
||||
|
||||
#include "asterisk/ast_expr.h"
|
||||
#include "asterisk/channel.h"
|
||||
#include "asterisk/module.h"
|
||||
#include "asterisk/app.h"
|
||||
#include "asterisk/ael_structs.h"
|
||||
|
||||
struct namelist
|
||||
@@ -453,7 +455,7 @@ int main(int argc, char **argv)
|
||||
|
||||
FIRST_TIME = 1;
|
||||
|
||||
mod_data.load_module(0);
|
||||
ast_module_info->load();
|
||||
|
||||
ast_log(4, "ael2_parse", __LINE__, "main", "%d contexts, %d extensions, %d priorities\n", conts, extens, priors);
|
||||
|
||||
|
Reference in New Issue
Block a user