summaryrefslogtreecommitdiff
path: root/toxav/msi.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2014-05-24 16:02:01 +0200
committermannol <eniz_vukovic@hotmail.com>2014-05-24 16:02:01 +0200
commit565e95301f19884b3597404f41c06566cf5f9dc0 (patch)
tree162864fe2d4dabe70c10ad7a624f52d76abad56c /toxav/msi.h
parent9db41e7582baf15d650376e8afc38dd6146492a8 (diff)
Tests works and some fixes
Diffstat (limited to 'toxav/msi.h')
-rwxr-xr-xtoxav/msi.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/toxav/msi.h b/toxav/msi.h
index 54ae8faf..9c748303 100755
--- a/toxav/msi.h
+++ b/toxav/msi.h
@@ -84,9 +84,7 @@ typedef struct _MSICall { /* Call info structure */
84 int ringing_timer_id; /* Timer id for ringing timeout */ 84 int ringing_timer_id; /* Timer id for ringing timeout */
85 85
86 86
87 pthread_mutex_t mutex; /* It's to be assumed that call will have 87 pthread_mutex_t mutex; /* */
88 * separate thread so add mutex
89 */
90 uint32_t *peers; 88 uint32_t *peers;
91 uint16_t peer_count; 89 uint16_t peer_count;
92 90
@@ -113,7 +111,7 @@ typedef struct _MSISession {
113 uint32_t frequ; 111 uint32_t frequ;
114 uint32_t call_timeout; /* Time of the timeout for some action to end; 0 if infinite */ 112 uint32_t call_timeout; /* Time of the timeout for some action to end; 0 if infinite */
115 113
116 114 pthread_mutex_t mutex;
117} MSISession; 115} MSISession;
118 116
119 117