finish fixing thread pool logic from yesterday

This commit is contained in:
Anthony Minessale
2012-11-15 17:59:11 -06:00
parent 55eb2c5ccf
commit 6644cefb20
2 changed files with 24 additions and 10 deletions

View File

@@ -285,7 +285,7 @@ struct switch_session_manager {
int ready;
int running;
int busy;
int nuking;
int popping;
};
extern struct switch_session_manager session_manager;