Просмотр исходного кода

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
Steven Dake 21 лет назад
Родитель
Сommit
58a8fa85fb
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      exec/tlist.h

+ 1 - 0
exec/tlist.h

@@ -42,6 +42,7 @@ typedef void * timer_handle;
 
 
 struct timerlist {
 struct timerlist {
 	struct list_head timer_head;
 	struct list_head timer_head;
+	struct list_head *timer_iter;
 };
 };
 
 
 void timerlist_init (struct timerlist *timerlist);
 void timerlist_init (struct timerlist *timerlist);