mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
make sure realtime/high scheduling priority is relinquished before executing an AGI script (issue #4930)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6368 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -37,6 +37,8 @@ extern char ast_config_AST_CTL_OWNER[AST_CONFIG_MAX_PATH];
|
||||
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 */
|
||||
|
Reference in New Issue
Block a user