mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
Totally revamp thread debugging to support locating and removing deadlocks
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1310 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
#ifndef _ASTERISK_INDICATIONS_H
|
||||
#define _ASTERISK_INDICATIONS_H
|
||||
|
||||
#include <asterisk/lock.h>
|
||||
|
||||
/* forward reference */
|
||||
struct ast_channel;
|
||||
|
||||
@@ -70,6 +72,6 @@ int ast_playtones_start(struct ast_channel *chan, int vol, const char* tonelist,
|
||||
void ast_playtones_stop(struct ast_channel *chan);
|
||||
|
||||
extern struct tone_zone *tone_zones;
|
||||
extern pthread_mutex_t tzlock;
|
||||
extern ast_mutex_t tzlock;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user