aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-20 19:57:07 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-20 19:57:07 +0000
commit7c2b7dc7eae81f5c3b69d099697caacefd6fbd7f (patch)
treeeef31ac7ec4e00b4eddc7b248e32112a42e80732 /include
parentebb66e45080dd076925e3624e4eba1a7e431378f (diff)
Increase the maximum number of manager headers to 128, at the request of Pari.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@55590 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/manager.h b/include/asterisk/manager.h
index cbbe1fb90..aa657d643 100644
--- a/include/asterisk/manager.h
+++ b/include/asterisk/manager.h
@@ -57,7 +57,7 @@
#define EVENT_FLAG_CONFIG (1 << 7) /* Ability to modify configurations */
/* Export manager structures */
-#define AST_MAX_MANHEADERS 80
+#define AST_MAX_MANHEADERS 128
struct mansession;