CVSROOT:        /cvs/cluster
Module name:    cluster
Changes by:     [EMAIL PROTECTED]       2007-08-28 13:30:23

Modified files:
        cman/lib       : libcman.h 

Log message:
        Fix spelling of DAEMON, sigh

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.h.diff?cvsroot=cluster&r1=1.33&r2=1.34

--- cluster/cman/lib/libcman.h  2007/08/28 13:14:10     1.33
+++ cluster/cman/lib/libcman.h  2007/08/28 13:30:23     1.34
@@ -405,7 +405,7 @@
 #define CMAN_DEBUGLOG_NONE       0
 #define CMAN_DEBUGLOG_BARRIER    2
 #define CMAN_DEBUGLOG_MEMBERSHIP 4
-#define CMAN_DEBUGLOG_DEAMON     8
+#define CMAN_DEBUGLOG_DAEMON     8
 #define CMAN_DEBUGLOG_AIS       16
 
 int cman_set_debuglog(cman_handle_t handle, int subsystems);

Reply via email to