From aa71d749e1de160c18c4fdf7545f7fabe0faadee Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 30 Mar 2009 21:12:54 +0000 Subject: [PATCH] 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 --- include/corosync/engine/coroapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/corosync/engine/coroapi.h b/include/corosync/engine/coroapi.h index e864cdff..add233d5 100644 --- a/include/corosync/engine/coroapi.h +++ b/include/corosync/engine/coroapi.h @@ -43,7 +43,7 @@ typedef void * corosync_timer_handle_t; struct corosync_tpg_group { - void *group; + const void *group; int group_len; };