[Asterisk-cvs] asterisk/include/asterisk module.h,1.11,1.12

markster at lists.digium.com markster at lists.digium.com
Thu Sep 2 16:42:13 CDT 2004


Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv14593/include/asterisk

Modified Files:
	module.h 
Log Message:
Don't try to look offhook with channel banks & Loopstart (bug #2362), also make individual modules reloadable...


Index: module.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/module.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- module.h	31 Jul 2004 20:31:11 -0000	1.11
+++ module.h	2 Sep 2004 20:45:24 -0000	1.12
@@ -138,7 +138,7 @@
  * This reloads all modules set to load in asterisk.  It does NOT run the unload
  * routine and then loads them again, it runs the given reload routine.
  */
-void ast_module_reload(void);
+void ast_module_reload(const char *name);
 
 int ast_register_atexit(void (*func)(void));
 void ast_unregister_atexit(void (*func)(void));




More information about the svn-commits mailing list