From: Jim Meyering <[email protected]>

* include/corosync/totem/totempg.h (struct totempg_group):
Make "group" const.
---
 include/corosync/totem/totempg.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/corosync/totem/totempg.h b/include/corosync/totem/totempg.h
index 88a5b65..4d83c6a 100644
--- a/include/corosync/totem/totempg.h
+++ b/include/corosync/totem/totempg.h
@@ -42,7 +42,7 @@
 #include <corosync/hdb.h>

 struct totempg_group {
-       void *group;
+       const void *group;
        int group_len;
 };

-- 
1.6.2.rc1.285.gc5f54

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

Reply via email to