summaryrefslogtreecommitdiff
path: root/toxav/msi.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2014-07-03 16:58:00 +0200
committermannol <eniz_vukovic@hotmail.com>2014-07-03 16:58:00 +0200
commitd3560a3a77dea199d25d0209288e07aeb5909abb (patch)
treebbf908194bebc0b28e7d62d21fe4e83b68ccdd2e /toxav/msi.h
parentaeaf997ca57052a1589699c8ddfd9a75ca398180 (diff)
Removed redundant code and fixed toxav codec actions being called when call inactive
Diffstat (limited to 'toxav/msi.h')
-rw-r--r--toxav/msi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/toxav/msi.h b/toxav/msi.h
index 02432daf..fbef46f2 100644
--- a/toxav/msi.h
+++ b/toxav/msi.h
@@ -105,6 +105,8 @@ typedef struct _MSISession {
105 uint32_t call_timeout; /* Time of the timeout for some action to end; 0 if infinite */ 105 uint32_t call_timeout; /* Time of the timeout for some action to end; 0 if infinite */
106 106
107 pthread_mutex_t mutex; 107 pthread_mutex_t mutex;
108
109 void* timer_handler;
108} MSISession; 110} MSISession;
109 111
110 112