The clm service exports an internal api via handle, and one of the
handle types is still int and should be hdb_handle_t.

Regards
-steve
Index: services/clm.h
===================================================================
--- services/clm.h	(revision 1848)
+++ services/clm.h	(working copy)
@@ -65,7 +65,7 @@
 
 static int inline openais_clm_services_api_release (
 	struct corosync_api_v1 *coroapi,
-	unsigned int handle)
+	hdb_handle_t handle)
 {
 	unsigned int res;
 
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to