[Asterisk-cvs] asterisk/include asterisk.h,1.7,1.8

kpfleming at lists.digium.com kpfleming at lists.digium.com
Tue Jul 5 18:02:50 CDT 2005


Update of /usr/cvsroot/asterisk/include
In directory localhost.localdomain:/tmp/cvs-serv1685/include

Modified Files:
	asterisk.h 
Log Message:
add support for 'early loading' modules, so that nearly all configuration files can be read from Realtime storage
add warning for when file mapping is found but the engine is not available
add warning for trying to map 'logger.conf', since it cannot be reliably mapped


Index: asterisk.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- asterisk.h	7 Jun 2005 16:07:06 -0000	1.7
+++ asterisk.h	5 Jul 2005 22:11:43 -0000	1.8
@@ -34,7 +34,7 @@
 extern char ast_config_AST_RUN_DIR[AST_CONFIG_MAX_PATH];
 
 /* Provided by module.c */
-extern int load_modules(void);
+extern int load_modules(const int preload_only);
 /* Provided by pbx.c */
 extern int load_pbx(void);
 /* Provided by logger.c */




More information about the svn-commits mailing list