aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-23 01:30:22 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-23 01:30:22 +0000
commit9413babc1d0e0d3effd70cd7959e0f6b65346959 (patch)
tree7778a9955beb55d1814262b90d5542e8999b4a23 /include/asterisk.h
parent1b9fcfe21b87a422831e7a8724aaa865f2d4dcdb (diff)
make sure realtime/high scheduling priority is relinquished before executing an AGI script (issue #4930)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6368 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk.h')
-rwxr-xr-xinclude/asterisk.h2
1 files changed, 2 insertions, 0 deletions
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 */