summaryrefslogtreecommitdiff
path: root/toxav/msi.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-07-03 11:13:11 -0400
committerirungentoo <irungentoo@gmail.com>2014-07-03 11:13:11 -0400
commitaa1194ab3ec7b6b1405d3c72e223b302c702e0fa (patch)
treecb23a444745035e868fff6cd58667feb156d6447 /toxav/msi.h
parentc4f0650ae33e1669bfc994ef4f76c6c31e4d63c0 (diff)
parentf8a2a865dc32bfa626cc150a509d30d897e1181b (diff)
Merge branch 'mannol1-master'
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..0020df4c 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