From cbaaaa413f4eb1317f7cd4ae1264af98b348aa62 Mon Sep 17 00:00:00 2001 From: tilghman Date: Tue, 6 Nov 2007 19:09:06 +0000 Subject: We went to the trouble of creating a method of tracking failed trylocks, then never turned it on (oops). git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@89045 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/lock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asterisk/lock.h') diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h index b9d7d06ec..8d4e5c8f9 100644 --- a/include/asterisk/lock.h +++ b/include/asterisk/lock.h @@ -422,7 +422,7 @@ static inline int __ast_pthread_mutex_trylock(const char *filename, int lineno, if (t->track) ast_mark_lock_acquired(); } else if (t->track) { - ast_remove_lock_info(&t->mutex); + ast_mark_lock_failed(); } return res; -- cgit v1.2.3