diff options
Diffstat (limited to 'toxav/msi.h')
-rw-r--r-- | toxav/msi.h | 2 |
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 | ||