monit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

monit log.c


From: Jan-Henrik Haukeland
Subject: monit log.c
Date: Sun, 15 Apr 2007 23:59:36 +0000

CVSROOT:        /sources/monit
Module name:    monit
Changes by:     Jan-Henrik Haukeland <hauk>     07/04/15 23:59:36

Modified files:
        .              : log.c 

Log message:
        Actually we don't want to call pthread_mutex_init twice for the same 
mutex 
        and we need the mutex available at program creation. The solution is to 
init
        it once via a static initializer and not bother destroying it in case 
of a 
        reload and let the mutex live as long as the program runs 

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/monit/log.c?cvsroot=monit&r1=1.32&r2=1.33




reply via email to

[Prev in Thread] Current Thread [Next in Thread]