From 2cde73fddb9b0ce3cbeb3369a50174e79297eef3 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 23 Aug 2005 01:30:22 +0000 Subject: 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 --- include/asterisk.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/asterisk.h b/include/asterisk.h index 708d503a4..e10200bbd 100755 --- a/include/asterisk.h +++ b/include/asterisk.h @@ -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 */ -- cgit v1.2.3