Removed recursive mutexes.
authorAlan T. DeKok <aland@freeradius.org>
Wed, 21 Oct 2009 13:15:28 +0000 (15:15 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 21 Oct 2009 13:15:28 +0000 (15:15 +0200)
commitfc5dd628385754847846bdb76adcaba113995362
treebbcbfa8fc35be710c4de73a61488782dc04eb1c2
parent1489f5ffa5835e001499ee4f7a5f50a0da375613
Removed recursive mutexes.

Some systems don't support recursive mutexes.  Instead, they hang.
So... we've got to re-write the code so that it doesn't depend on
recursive mutexes.
src/main/event.c