aboutsummaryrefslogtreecommitdiffstats
path: root/utils/extconf.c
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-16 16:50:58 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-16 16:50:58 +0000
commitceda4a6aecdb780fcfcc9e0285d7426be6767a70 (patch)
tree8c2a0eba1d3eeee35e0b33876c524f5bad4c7529 /utils/extconf.c
parent77acd8c61aa1e41b1f8d793b296dc3a1e4bbb2bd (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: http://svn.digium.com/svn/asterisk/trunk@79714 f38db490-d61c-443f-a65b-d21fe96a405b
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;