mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-5319 --resolve
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user