From c5b9ec889e90406b7395f0d39556d90c3e428d3e Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Mon, 22 Apr 2002 19:41:17 +0000 Subject: Renamed the LOCKing macros and added assert debugging code. Also, moved the mutex initialization into a function call so that I can use an error checking mutex once I figure out how to get it to work on my computer. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0702e99..1d8c5b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2002-04-22 Robert James Kaes + * src/thread.c: Renamed the LOCKing macros and added debugging + asserts to them. Also, moved the mutex initialization into the + thread_pool_create() function since I would like to use an error + checking mutex, but my machine doesn't seem to work with it. I + left the code there in case I can get it to work later. + * src/log.c (send_stored_logs): Added this function since the log_message() function will now stored the messages if the config file has not been processed yet. This function is called from -- cgit v1.2.3