make mod_perl load global

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10345 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-11-12 11:29:33 +00:00
parent b85e0110e8
commit 8a338d4138
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ EXTERN_C void xs_init(pTHX);
SWITCH_MODULE_LOAD_FUNCTION(mod_perl_load);
SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_perl_shutdown);
SWITCH_MODULE_DEFINITION(mod_perl, mod_perl_load, mod_perl_shutdown, NULL);
SWITCH_MODULE_DEFINITION_EX(mod_perl, mod_perl_load, mod_perl_shutdown, NULL, SMODF_GLOBAL_SYMBOLS);
static STRLEN n_a;