lkml.org 
[lkml]   [2002]   [Nov]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH][2.5] init_timer for mcast.c/mca_timer
Index: linux-2.5.47/net/ipv6/mcast.c
===================================================================
RCS file: /build/cvsroot/linux-2.5.47/net/ipv6/mcast.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 mcast.c
--- linux-2.5.47/net/ipv6/mcast.c 11 Nov 2002 03:59:07 -0000 1.1.1.1
+++ linux-2.5.47/net/ipv6/mcast.c 12 Nov 2002 23:22:44 -0000
@@ -298,6 +298,7 @@
memset(mc, 0, sizeof(struct ifmcaddr6));
mc->mca_timer.function = igmp6_timer_handler;
mc->mca_timer.data = (unsigned long) mc;
+ init_timer(&mc->mca_timer);

memcpy(&mc->mca_addr, addr, sizeof(struct in6_addr));
mc->idev = idev;
--
function.linuxpower.ca

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:30    [W:0.018 / U:0.572 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site