[Olsr-cvs] olsrd-current/src/cfgparser olsrd_conf.c,1.46,1.47
Andreas T�nnesen
(spam-protected)
Sat Jan 7 09:16:26 CET 2006
- Previous message: [Olsr-cvs] olsrd-current/src build_msg.c, 1.31, 1.32 build_msg.h, 1.12, 1.13 defs.c, 1.1, 1.2 defs.h, 1.51, 1.52 generate_msg.c, 1.23, 1.24 interfaces.c, 1.27, 1.28 interfaces.h, 1.31, 1.32 ipc_frontend.c, 1.27, 1.28 link_set.c, 1.62, 1.63 local_hna_set.c, 1.10, 1.11 lq_mpr.c, 1.10, 1.11 lq_packet.c, 1.19, 1.20 lq_route.c, 1.40, 1.41 main.c, 1.83, 1.84 mpr.c, 1.14, 1.15 mpr_selector_set.c, 1.14, 1.15 neighbor_table.c, 1.29, 1.30 net_olsr.c, 1.9, 1.10 net_olsr.h, 1.2, 1.3 olsr.c, 1.47, 1.48 olsr_cfg.h, 1.28, 1.29 olsr_protocol.h, 1.19, 1.20 packet.c, 1.20, 1.21 parser.c, 1.29, 1.30 parser.h, 1.10, 1.11 print_packet.c, 1.8, 1.9 process_package.c, 1.36, 1.37 scheduler.c, 1.33, 1.34 scheduler.h, 1.11, 1.12 tc_set.c, 1.23, 1.24
- Next message: [Olsr-cvs] olsrd-current/src/bsd kernel_routes.c, 1.6, 1.7 net.c, 1.26, 1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/olsrd/olsrd-current/src/cfgparser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15798/cfgparser
Modified Files:
olsrd_conf.c
Log Message:
Cleanup in use of extern variables. Rather trivial changes, but a lot of them
Index: olsrd_conf.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/cfgparser/olsrd_conf.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** olsrd_conf.c 17 Nov 2005 04:25:44 -0000 1.46
--- olsrd_conf.c 7 Jan 2006 08:16:24 -0000 1.47
***************
*** 458,461 ****
--- 458,469 ----
cnf->lq_wsize = DEF_LQ_WSIZE;
cnf->clear_screen = DEF_CLEAR_SCREEN;
+
+ cnf->del_gws = OLSR_FALSE;
+ cnf->will_int = 10 * HELLO_INTERVAL;
+ cnf->max_jitter = 0.0;
+ cnf->exit_value = EXIT_SUCCESS;
+ cnf->max_tc_vtime = 0.0;
+ cnf->ioctl_s = 0;
+ cnf->rts = 0;
}
- Previous message: [Olsr-cvs] olsrd-current/src build_msg.c, 1.31, 1.32 build_msg.h, 1.12, 1.13 defs.c, 1.1, 1.2 defs.h, 1.51, 1.52 generate_msg.c, 1.23, 1.24 interfaces.c, 1.27, 1.28 interfaces.h, 1.31, 1.32 ipc_frontend.c, 1.27, 1.28 link_set.c, 1.62, 1.63 local_hna_set.c, 1.10, 1.11 lq_mpr.c, 1.10, 1.11 lq_packet.c, 1.19, 1.20 lq_route.c, 1.40, 1.41 main.c, 1.83, 1.84 mpr.c, 1.14, 1.15 mpr_selector_set.c, 1.14, 1.15 neighbor_table.c, 1.29, 1.30 net_olsr.c, 1.9, 1.10 net_olsr.h, 1.2, 1.3 olsr.c, 1.47, 1.48 olsr_cfg.h, 1.28, 1.29 olsr_protocol.h, 1.19, 1.20 packet.c, 1.20, 1.21 parser.c, 1.29, 1.30 parser.h, 1.10, 1.11 print_packet.c, 1.8, 1.9 process_package.c, 1.36, 1.37 scheduler.c, 1.33, 1.34 scheduler.h, 1.11, 1.12 tc_set.c, 1.23, 1.24
- Next message: [Olsr-cvs] olsrd-current/src/bsd kernel_routes.c, 1.6, 1.7 net.c, 1.26, 1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Olsr-cvs
mailing list