FS-5319 --resolve

This commit is contained in:
Anthony Minessale
2013-04-17 15:33:07 -05:00
parent 429e0fdec9
commit 2e4aedd0fb
4 changed files with 31 additions and 1 deletions
+7
View File
@@ -493,6 +493,13 @@ struct switch_directories {
typedef struct switch_directories switch_directories;
SWITCH_DECLARE_DATA extern switch_directories SWITCH_GLOBAL_dirs;
struct switch_filenames {
char *conf_name;
};
typedef struct switch_filenames switch_filenames;
SWITCH_DECLARE_DATA extern switch_filenames SWITCH_GLOBAL_filenames;
#define SWITCH_MAX_STACKS 16
#define SWITCH_THREAD_STACKSIZE 240 * 1024
#define SWITCH_SYSTEM_THREAD_STACKSIZE 8192 * 1024