From: Jim Meyering <[email protected]>

---
 include/corosync/votequorum.h |    2 +-
 lib/votequorum.c              |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/corosync/votequorum.h b/include/corosync/votequorum.h
index bcb593d..bc05808 100644
--- a/include/corosync/votequorum.h
+++ b/include/corosync/votequorum.h
@@ -154,7 +154,7 @@ cs_error_t votequorum_setvotes (
  */
 cs_error_t votequorum_qdisk_register (
        votequorum_handle_t handle,
-       char *name,
+       const char *name,
        unsigned int votes);

 /*
diff --git a/lib/votequorum.c b/lib/votequorum.c
index bcc2cd8..9922b31 100644
--- a/lib/votequorum.c
+++ b/lib/votequorum.c
@@ -306,7 +306,7 @@ error_exit:

 cs_error_t votequorum_qdisk_register (
        votequorum_handle_t handle,
-       char *name,
+       const char *name,
        unsigned int votes)
 {
        cs_error_t error;
-- 
1.6.2.rc1.285.gc5f54

_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to