recursion protection

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5040 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-04-29 03:42:38 +00:00
parent 5a8bb14259
commit c4eb29aa8f
3 changed files with 25 additions and 7 deletions
+1
View File
@@ -127,6 +127,7 @@ struct switch_core_session {
switch_thread_rwlock_t *bug_rwlock;
switch_media_bug_t *bugs;
switch_app_log_t *app_log;
uint32_t stack_count;
};
struct switch_media_bug {