From mboxrd@z Thu Jan 1 00:00:00 1970 From: pcaulfield@sourceware.org Date: 28 Aug 2007 13:30:24 -0000 Subject: [Cluster-devel] cluster/cman/lib libcman.h Message-ID: <20070828133024.27311.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield at sourceware.org 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);