move stacksize thing into the core deeper to avoid build issues

This commit is contained in:
Anthony Minessale
2012-07-03 11:35:41 -05:00
parent 2b17e82dd4
commit c5ba5acbd5
3 changed files with 29 additions and 20 deletions
+1 -1
View File
@@ -2332,7 +2332,7 @@ SWITCH_DECLARE(int) switch_max_file_desc(void);
SWITCH_DECLARE(void) switch_close_extra_files(int *keep, int keep_ttl);
SWITCH_DECLARE(switch_status_t) switch_core_thread_set_cpu_affinity(int cpu);
SWITCH_DECLARE(void) switch_os_yield(void);
SWITCH_DECLARE(switch_status_t) switch_core_get_stacksizes(switch_size_t *cur, switch_size_t *max);
SWITCH_END_EXTERN_C
#endif
/* For Emacs: