From: Jim Meyering <[email protected]>

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

diff --git a/exec/totempg.c b/exec/totempg.c
index 1e37210..f07bccf 100644
--- a/exec/totempg.c
+++ b/exec/totempg.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2003-2005 MontaVista Software, Inc.
  * Copyright (c) 2005 OSDL.
- * Copyright (c) 2006-2008 Red Hat, Inc.
+ * Copyright (c) 2006-2009 Red Hat, Inc.
  *
  * All rights reserved.
  *
@@ -1144,7 +1144,7 @@ error_exit:

 int totempg_groups_joined_reserve (
        hdb_handle_t handle,
-       struct iovec *iovec,
+       const struct iovec *iovec,
        int iov_len)
 {
        struct totempg_group_instance *instance;
diff --git a/include/corosync/totem/totempg.h b/include/corosync/totem/totempg.h
index 43eba14..bb83012 100644
--- a/include/corosync/totem/totempg.h
+++ b/include/corosync/totem/totempg.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2003-2005 MontaVista Software, Inc.
- * Copyright (c) 2006-2007 Red Hat, Inc.
+ * Copyright (c) 2006-2007, 2009 Red Hat, Inc.
  *
  * All rights reserved.
  *
@@ -112,7 +112,7 @@ extern int totempg_groups_mcast_joined (

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

 extern void totempg_groups_joined_release (
-- 
1.6.2.rc1.285.gc5f54

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

Reply via email to