From 58a8fa85fb3e4d7d32a0d1fc3a4ffd7b94e1b606 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Sat, 8 Jan 2005 17:53:32 +0000 Subject: [PATCH] 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 --- exec/tlist.h | 1 + 1 file changed, 1 insertion(+) diff --git a/exec/tlist.h b/exec/tlist.h index 4372d4dd..8b88dbf0 100644 --- a/exec/tlist.h +++ b/exec/tlist.h @@ -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);