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

Modified Files:
        asterisk.h 
Log Message:
make sure realtime/high scheduling priority is relinquished before executing an 
AGI script (issue #4930)


Index: asterisk.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- asterisk.h  25 Jul 2005 23:09:13 -0000      1.9
+++ asterisk.h  23 Aug 2005 01:30:22 -0000      1.10
@@ -37,6 +37,8 @@
 extern char ast_config_AST_CTL_GROUP[AST_CONFIG_MAX_PATH];
 extern char ast_config_AST_CTL[AST_CONFIG_MAX_PATH];
 
+/* Provided by asterisk.c */
+extern int ast_set_priority(int);
 /* Provided by module.c */
 extern int load_modules(const int preload_only);
 /* Provided by pbx.c */

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to