mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 04:43:50 +00:00
Fix synchronization of recorded files when using Monitor application
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1446 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -41,8 +41,9 @@ struct ast_filestream {
|
||||
struct timeval last;
|
||||
};
|
||||
|
||||
|
||||
#if 0
|
||||
static struct ast_filestream *glist = NULL;
|
||||
#endif
|
||||
static ast_mutex_t mp3_lock = AST_MUTEX_INITIALIZER;
|
||||
static int glistcnt = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user