Changeset 10627 for src/router/quagga/ospf6d/ospf6_spf.c
- Timestamp:
- 10/27/08 13:38:07 (5 years ago)
- File:
-
- 1 edited
-
src/router/quagga/ospf6d/ospf6_spf.c (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/quagga/ospf6d/ospf6_spf.c
r10334 r10627 44 44 unsigned char conf_debug_ospf6_spf = 0; 45 45 46 int46 static int 47 47 ospf6_vertex_cmp (void *a, void *b) 48 48 { … … 54 54 } 55 55 56 int56 static int 57 57 ospf6_vertex_id_cmp (void *a, void *b) 58 58 { … … 71 71 } 72 72 73 st ruct ospf6_vertex *73 static struct ospf6_vertex * 74 74 ospf6_vertex_create (struct ospf6_lsa *lsa) 75 75 { … … 114 114 } 115 115 116 void116 static void 117 117 ospf6_vertex_delete (struct ospf6_vertex *v) 118 118 { … … 121 121 } 122 122 123 st ruct ospf6_lsa *123 static struct ospf6_lsa * 124 124 ospf6_lsdesc_lsa (caddr_t lsdesc, struct ospf6_vertex *v) 125 125 { … … 167 167 } 168 168 169 char *169 static char * 170 170 ospf6_lsdesc_backlink (struct ospf6_lsa *lsa, 171 171 caddr_t lsdesc, struct ospf6_vertex *v) … … 219 219 } 220 220 221 void221 static void 222 222 ospf6_nexthop_calc (struct ospf6_vertex *w, struct ospf6_vertex *v, 223 223 caddr_t lsdesc) … … 275 275 } 276 276 277 int277 static int 278 278 ospf6_spf_install (struct ospf6_vertex *v, 279 279 struct ospf6_route_table *result_table) … … 488 488 } 489 489 490 void490 static void 491 491 ospf6_spf_log_database (struct ospf6_area *oa) 492 492 { … … 513 513 } 514 514 515 int515 static int 516 516 ospf6_spf_calculation_thread (struct thread *t) 517 517 { … … 690 690 691 691 void 692 install_element_ospf6_debug_spf ( )692 install_element_ospf6_debug_spf (void) 693 693 { 694 694 install_element (ENABLE_NODE, &debug_ospf6_spf_process_cmd); … … 707 707 708 708 void 709 ospf6_spf_init ( )710 { 711 } 712 713 709 ospf6_spf_init (void) 710 { 711 } 712 713
Note: See TracChangeset
for help on using the changeset viewer.
