From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Dake Date: Thu, 03 May 2007 19:30:57 -0700 Subject: [Cluster-devel] cluster/cman/daemon ais.c In-Reply-To: <20070503121802.29352.qmail@sourceware.org> References: <20070503121802.29352.qmail@sourceware.org> Message-ID: <1178245857.3834.26.camel@localhost.localdomain> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Patrick, openais trunk is broken in this regard. The type should be unsigned char. Please revert this change - i'll update trunk with the proper typing. Regards -steve On Thu, 2007-05-03 at 12:18 +0000, pcaulfield at sourceware.org wrote: > CVSROOT: /cvs/cluster > Module name: cluster > Changes by: pcaulfield at sourceware.org 2007-05-03 12:18:02 > > Modified files: > cman/daemon : ais.c > > Log message: > Change unsigned char* to char* for compatibility with openais trunk. > > Patches: > http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/ais.c.diff?cvsroot=cluster&r1=1.46&r2=1.47 > > --- cluster/cman/daemon/ais.c 2006/12/18 09:37:45 1.46 > +++ cluster/cman/daemon/ais.c 2007/05/03 12:18:02 1.47 > @@ -134,7 +134,7 @@ > * Exports the interface for the service > */ > static struct openais_service_handler cman_service_handler = { > - .name = (unsigned char *)"openais CMAN membership service 2.01", > + .name = (char *)"openais CMAN membership service 2.01", > .id = CMAN_SERVICE, > .flow_control = OPENAIS_FLOW_CONTROL_NOT_REQUIRED, > .lib_exit_fn = cman_exit_fn, >