skip looking up session again in hash table when we already are parsing the event from the session thread

This commit is contained in:
Anthony Minessale
2011-08-03 23:47:47 -05:00
parent d364e9f2b8
commit bd64631b5c
3 changed files with 7 additions and 3 deletions
+1
View File
@@ -143,6 +143,7 @@ typedef struct sofia_dispatch_event_s {
nua_t *nua;
sofia_profile_t *profile;
int save;
switch_core_session_t *session;
} sofia_dispatch_event_t;
struct sofia_private {