From c11e482cc86e7d1d7ebce020c02902db4b4a8c5e Mon Sep 17 00:00:00 2001 From: Steve Murphy Date: Thu, 16 Aug 2007 16:50:58 +0000 Subject: svn did me dirty for some reason. Left 5 files out of the commit; Tilghman copied them in from the branch, but I had made changes to these. Here they are. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@79714 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- utils/extconf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/extconf.c') 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; -- cgit v1.2.3