From d3560a3a77dea199d25d0209288e07aeb5909abb Mon Sep 17 00:00:00 2001 From: mannol Date: Thu, 3 Jul 2014 16:58:00 +0200 Subject: Removed redundant code and fixed toxav codec actions being called when call inactive --- toxav/msi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toxav/msi.h') 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 { uint32_t call_timeout; /* Time of the timeout for some action to end; 0 if infinite */ pthread_mutex_t mutex; + + void* timer_handler; } MSISession; -- cgit v1.2.3