From: Jim Meyering <[email protected]>

---
 exec/totempg.c                   |    2 +-
 include/corosync/totem/totempg.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/exec/totempg.c b/exec/totempg.c
index f07bccf..8356f2f 100644
--- a/exec/totempg.c
+++ b/exec/totempg.c
@@ -1101,7 +1101,7 @@ error_exit:

 int totempg_groups_mcast_joined (
        hdb_handle_t handle,
-       struct iovec *iovec,
+       const struct iovec *iovec,
        int iov_len,
        int guarantee)
 {
diff --git a/include/corosync/totem/totempg.h b/include/corosync/totem/totempg.h
index bb83012..88a5b65 100644
--- a/include/corosync/totem/totempg.h
+++ b/include/corosync/totem/totempg.h
@@ -106,7 +106,7 @@ extern int totempg_groups_leave (

 extern int totempg_groups_mcast_joined (
        hdb_handle_t handle,
-       struct iovec *iovec,
+       const struct iovec *iovec,
        int iov_len,
        int guarantee);

-- 
1.6.2.rc1.285.gc5f54

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

Reply via email to