summaryrefslogtreecommitdiff
path: root/toxav/msi.h
diff options
context:
space:
mode:
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