thread pool was not releasing surplus threads after timeout

This commit is contained in:
Anthony Minessale
2012-11-14 18:43:22 -06:00
parent a47321f0fd
commit f8aa3777e9
2 changed files with 21 additions and 6 deletions
+1
View File
@@ -285,6 +285,7 @@ struct switch_session_manager {
int ready;
int running;
int busy;
int nuking;
};
extern struct switch_session_manager session_manager;