votequorum.c: add "const" to avoid 2 more warnings

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1938 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Jim Meyering 2009-03-30 21:12:54 +00:00
parent 8bcbde3c08
commit aa71d749e1

View File

@ -43,7 +43,7 @@
typedef void * corosync_timer_handle_t;
struct corosync_tpg_group {
void *group;
const void *group;
int group_len;
};