Replaced mutex in constellation logging by a reentrant mutex.

This commit is contained in:
Alan Jeffrey 2016-07-27 17:49:34 -05:00
parent 4077ae7d04
commit e3030d053a
6 changed files with 319 additions and 5 deletions

View file

@ -8,4 +8,5 @@ extern crate util;
mod opts;
mod prefs;
mod remutex;
mod thread;