There is a typing error that occurs in the current ckpt trunk service
which is incompatible with the sa forum APIs.

Patch included to resolve the issue.


Index: include/saCkpt.h
===================================================================
--- include/saCkpt.h	(revision 1491)
+++ include/saCkpt.h	(working copy)
@@ -198,7 +198,7 @@
 	SaCkptCheckpointHandleT checkpointHandle,
 	SaCkptSectionCreationAttributesT *sectionCreationAttributes,
 	const void *initialData,
-	SaUint32T initialDataSize);
+	SaSizeT initialDataSize);
 
 
 SaAisErrorT
Index: lib/ckpt.c
===================================================================
--- lib/ckpt.c	(revision 1491)
+++ lib/ckpt.c	(working copy)
@@ -1,10 +1,10 @@
 /*
- * Copyright (c) 2002-2004 MontaVista Software, Inc.
- * Copyright (c) 2006 Red Hat, Inc.
+ * Copyright (c) 2002-2005 MontaVista Software, Inc.
+ * Copyright (c) 2006-2008 Red Hat, Inc.
  *
  * All rights reserved.
  *
- * Author: Steven Dake ([EMAIL PROTECTED])
+ * Author: Steven Dake ([EMAIL PROTECTED])
  *
  * This software licensed under BSD license, the text of which follows:
  * 
@@ -1029,7 +1029,7 @@
 	SaCkptCheckpointHandleT checkpointHandle,
 	SaCkptSectionCreationAttributesT *sectionCreationAttributes,
 	const void *initialData,
-	SaUint32T initialDataSize)
+	SaSizeT initialDataSize)
 {
 	SaAisErrorT error;
 	struct ckptCheckpointInstance *ckptCheckpointInstance;
_______________________________________________
Openais mailing list
Openais@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to