see subject
patch attached
Index: ckpt.c
===================================================================
--- ckpt.c (revision 1749)
+++ ckpt.c (working copy)
@@ -916,7 +916,7 @@
static void ckpt_checkpoint_remove_cleanup (
void *conn,
- mar_name_t checkpoint_name,
+ mar_name_t *checkpoint_name,
mar_uint32_t ckpt_id)
{
struct list_head *list;
@@ -929,7 +929,7 @@
checkpoint_cleanup = list_entry (list, struct checkpoint_cleanup, list);
if (mar_name_match (&checkpoint_cleanup->checkpoint_name,
- &checkpoint_name) &&
+ checkpoint_name) &&
(checkpoint_cleanup->ckpt_id == ckpt_id)) {
list_del (&checkpoint_cleanup->list);
@@ -2492,7 +2492,7 @@
ckpt_checkpoint_remove_cleanup (
conn,
- req_lib_ckpt_checkpointclose->checkpoint_name,
+ &req_lib_ckpt_checkpointclose->checkpoint_name,
req_lib_ckpt_checkpointclose->ckpt_id);
assert (api->totem_mcast (&iovec, 1, TOTEM_AGREED) == 0);
}
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais