aboutsummaryrefslogtreecommitdiffstats
path: root/utils/extconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/extconf.c')
-rw-r--r--utils/extconf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/extconf.c b/utils/extconf.c
index 121e59576..1df26da07 100644
--- a/utils/extconf.c
+++ b/utils/extconf.c
@@ -959,6 +959,8 @@ extern int ast_language_is_prefix;
struct ast_mutex_info {
pthread_mutex_t mutex;
+ /*! Track which thread holds this lock */
+ unsigned int track:1;
const char *file[AST_MAX_REENTRANCY];
int lineno[AST_MAX_REENTRANCY];
int reentrancy;