monit-dev
[Top][All Lists]
Advanced

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

monit monitor.h


From: Jan-Henrik Haukeland
Subject: monit monitor.h
Date: Wed, 02 Jul 2003 15:26:53 -0400

CVSROOT:        /cvsroot/monit
Module name:    monit
Branch:         
Changes by:     Jan-Henrik Haukeland <address@hidden>   03/07/02 15:26:53

Modified files:
        .              : monitor.h 

Log message:
        Hacked the NEW macro so you can do:
        
        Object_T o= NEW(o);
        or
        Object_T o;
        ...
        
        NEW(o);
        
        Also removed Alert_T and added events flag to those objects involved in 
event
        handling.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/monitor.h.diff?tr1=1.64&tr2=1.65&r1=text&r2=text





reply via email to

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