mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-06 17:10:29 +00:00
Fix required for previous tlist.c commit.
(Logical change 1.113) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@400 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
171b050909
commit
58a8fa85fb
@ -42,6 +42,7 @@ typedef void * timer_handle;
|
||||
|
||||
struct timerlist {
|
||||
struct list_head timer_head;
|
||||
struct list_head *timer_iter;
|
||||
};
|
||||
|
||||
void timerlist_init (struct timerlist *timerlist);
|
||||
|
Loading…
Reference in New Issue
Block a user