? .ip_vs_timer.c.swp ? build ? timeout Index: ip_vs_timer.c =================================================================== RCS file: /cvsroot/ultramonkey/ipvs/ipvs/ip_vs_timer.c,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 ip_vs_timer.c --- ip_vs_timer.c 14 May 2003 05:05:13 -0000 1.1.1.1 +++ ip_vs_timer.c 20 May 2003 10:37:17 -0000 @@ -247,6 +247,7 @@ init_sltimervecs(); sltimer_jiffies = jiffies; + sltv1.index = ( sltimer_jiffies >> SHIFT_BITS ) & TVR_MASK; init_timer(&slow_timer); slow_timer.function = sltimer_handler;