[Openais] gold plating version 2 - with marks changes

Steven Dake sdake at mvista.com
Wed Jan 25 11:01:42 PST 2006


go ahead and commit with bug 1049
its the catchall bug for all of these enhancements

Regards
-steve
On Wed, 2006-01-25 at 10:24 -0800, Mark Haverkamp wrote:
> On Wed, 2006-01-25 at 11:17 -0700, Steven Dake wrote:
> > On Wed, 2006-01-25 at 08:36 -0800, Mark Haverkamp wrote:
> > > On Tue, 2006-01-24 at 17:56 -0700, Steven Dake wrote:
> > > > Folks,
> > > > Here is the gold plating patch that applies to the latest trunk.  I'm
> > > > going to merge this in the next few days so we can work on the rest of
> > > > the abstractions for dynamic service handlers.
> > > 
> > > Is this patch already checked in?  It doesn't apply at all to the latest
> > > tree.
> > > 
> > yes it was just the previous patch plus your changes
> 
> Thanks, I thought so.  Here are some tests that still didn't compile.
> 
> --- openais_work.orig/test/testlck.c	2006-01-25 08:28:42.000000000 -0800
> +++ openais_work/test/testlck.c	2006-01-25 08:41:23.000000000 -0800
> @@ -140,7 +140,7 @@
>  	signal (SIGINT, sigintr_handler);
>  
>  	result = saLckInitialize (&handle, &callbacks, &version);
> -	if (result != SA_OK) {
> +	if (result != SA_AIS_OK) {
>  		printf ("Could not initialize Lock Service API instance error %d\n", result);
>  		exit (1);
>  	}
> --- openais_work.orig/test/testmsg.c	2006-01-25 07:12:36.000000000 -0800
> +++ openais_work/test/testmsg.c	2006-01-25 08:40:53.000000000 -0800
> @@ -107,7 +107,7 @@
>  	signal (SIGINT, sigintr_handler);
>  
>  	result = saMsgInitialize (&handle, &callbacks, &version);
> -	if (result != SA_OK) {
> +	if (result != SA_AIS_OK) {
>  		printf ("Could not initialize Cluster Membership API instance error %d\n", result);
>  		exit (1);
>  	}
> 




More information about the Openais mailing list