mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-24 17:10:18 +00:00
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:
parent
8bcbde3c08
commit
aa71d749e1
@ -43,7 +43,7 @@
|
||||
typedef void * corosync_timer_handle_t;
|
||||
|
||||
struct corosync_tpg_group {
|
||||
void *group;
|
||||
const void *group;
|
||||
int group_len;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user