[Freeswitch-svn] [commit] r11560 - freeswitch/trunk/src/mod/languages/mod_python

FreeSWITCH SVN anthm at freeswitch.org
Thu Jan 29 17:21:05 PST 2009


Author: anthm
Date: Thu Jan 29 19:21:05 2009
New Revision: 11560

Log:
use global symbols in mod_python

Modified:
   freeswitch/trunk/src/mod/languages/mod_python/mod_python.c

Modified: freeswitch/trunk/src/mod/languages/mod_python/mod_python.c
==============================================================================
--- freeswitch/trunk/src/mod/languages/mod_python/mod_python.c	(original)
+++ freeswitch/trunk/src/mod/languages/mod_python/mod_python.c	Thu Jan 29 19:21:05 2009
@@ -52,7 +52,7 @@
 
 SWITCH_MODULE_LOAD_FUNCTION(mod_python_load);
 SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_python_shutdown);
-SWITCH_MODULE_DEFINITION(mod_python, mod_python_load, mod_python_shutdown, NULL);
+SWITCH_MODULE_DEFINITION_EX(mod_python, mod_python_load, mod_python_shutdown, NULL, SMODF_GLOBAL_SYMBOLS);
 
 static struct {
 	switch_memory_pool_t *pool;



More information about the Freeswitch-svn mailing list