aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-03 03:46:41 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-03 03:46:41 +0000
commitaaf77c9c1ebc46547f2300ede1e5c99aab56e080 (patch)
treef44f6dabc947b1e2a7e1de0e2ab2fd231e22beba /include
parent7b7ffe166cfb619f03c823b0a633128e5cc7cbf4 (diff)
Support > 300 threads on x86-32 and other 32-bit systems
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5123 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/utils.h b/include/asterisk/utils.h
index 6e3a7d5db..25f7e06f4 100755
--- a/include/asterisk/utils.h
+++ b/include/asterisk/utils.h
@@ -160,6 +160,8 @@ struct ast_realloca {
#endif
#define inet_ntoa __dont__use__inet_ntoa__use__ast_inet_ntoa__instead__
+#define AST_STACK_SIZE 128 * 1024
+
#ifdef __linux__
#define ast_pthread_create pthread_create
#define ast_strcasestr strcasestr