summaryrefslogtreecommitdiff
path: root/utils/extconf.c
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2007-08-16 16:50:58 +0000
committerSteve Murphy <murf@digium.com>2007-08-16 16:50:58 +0000
commitc11e482cc86e7d1d7ebce020c02902db4b4a8c5e (patch)
tree8c2a0eba1d3eeee35e0b33876c524f5bad4c7529 /utils/extconf.c
parent80f49f0ac88688f42cb87bfded6ee53c2a2aae7e (diff)
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
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;