patch-2.3.99-pre7 linux/net/decnet/dn_route.c

Next file: linux/net/decnet/dn_timer.c
Previous file: linux/net/core/dst.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre6/linux/net/decnet/dn_route.c linux/net/decnet/dn_route.c
@@ -104,8 +104,8 @@
 static struct dn_rt_hash_bucket *dn_rt_hash_table;
 static unsigned dn_rt_hash_mask;
 
-static struct timer_list dn_route_timer = { NULL, NULL, 0, 0L, NULL };
-static struct timer_list dn_rt_flush_timer = { NULL, NULL, 0, 0L, dn_run_flush };
+static struct timer_list dn_route_timer = { function: NULL };
+static struct timer_list dn_rt_flush_timer = { function: dn_run_flush };
 int decnet_dst_gc_interval = 2;
 
 static struct dst_ops dn_dst_ops = {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)