From: Jim Meyering <[email protected]>
---
services/votequorum.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/services/votequorum.c b/services/votequorum.c
index 1cd073b..27a6d1f 100644
--- a/services/votequorum.c
+++ b/services/votequorum.c
@@ -1624,9 +1624,10 @@ static void reread_config(hdb_handle_t object_handle)
static void quorum_key_change_notify(object_change_type_t change_type,
hdb_handle_t parent_object_handle,
hdb_handle_t object_handle,
- void *object_name_pt, int object_name_len,
- void *key_name_pt, int key_len,
- void *key_value_pt, int key_value_len,
+ const void *object_name_pt,
+ int object_name_len,
+ const void *key_name_pt, int key_len,
+ const void *key_value_pt, int
key_value_len,
void *priv_data_pt)
{
if (memcmp(object_name_pt, "quorum", object_name_len) == 0)
--
1.6.2.rc1.285.gc5f54
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais