From f4fe4b53d5bfb550f502468a185ddb0818ee72e2 Mon Sep 17 00:00:00 2001 From: Henning Rogge Date: Sat, 8 Aug 2009 22:56:19 +0200 Subject: [PATCH] remove local tc/mid/hna timer from win32 code --- src/win32/ifnet.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/win32/ifnet.c b/src/win32/ifnet.c index ac34cd45..c380db1f 100644 --- a/src/win32/ifnet.c +++ b/src/win32/ifnet.c @@ -741,15 +741,6 @@ chk_if_up(struct olsr_if_config *IntConf) New->hello_gen_timer = olsr_start_timer(IntConf->cnf->hello_params.emission_interval, HELLO_JITTER, OLSR_TIMER_PERIODIC, &olsr_output_lq_hello, New, hello_gen_timer_cookie->ci_id); - New->tc_gen_timer = - olsr_start_timer(olsr_cnf->tc_params.emission_interval, - TC_JITTER, OLSR_TIMER_PERIODIC, &olsr_output_lq_tc, New, tc_gen_timer_cookie->ci_id); - New->mid_gen_timer = - olsr_start_timer(olsr_cnf->mid_params.emission_interval, - MID_JITTER, OLSR_TIMER_PERIODIC, &generate_mid, New, mid_gen_timer_cookie->ci_id); - New->hna_gen_timer = - olsr_start_timer(olsr_cnf->hna_params.emission_interval, - HNA_JITTER, OLSR_TIMER_PERIODIC, &generate_hna, New, hna_gen_timer_cookie->ci_id); New->hello_interval = (uint32_t) (IntConf->cnf->hello_params.emission_interval); New->hello_validity = reltime_to_me(IntConf->cnf->hello_params.validity_time); -- 2.20.1