From: Jim Meyering <meyer...@redhat.com>

* include/corosync/totem/totempg.h (struct totempg_group) [group_len]:
Change member type from int to size_t.
---
 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 20e1189..dffdad9 100644
--- a/include/corosync/totem/totempg.h
+++ b/include/corosync/totem/totempg.h
@@ -43,7 +43,7 @@

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

 #define TOTEMPG_AGREED                 0
-- 
1.6.2.rc1.285.gc5f54

_______________________________________________
Openais mailing list
Openais@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to