]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Missing parameters...
authorMartin Mares <mj@ucw.cz>
Thu, 8 Jun 2000 12:42:34 +0000 (12:42 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 8 Jun 2000 12:42:34 +0000 (12:42 +0000)
proto/ospf/lsalib.c
proto/ospf/ospf.c

index 6bf3577a3e4337622f7e5c76871be8c851f4fb3b..2bfd2932d67e8bf6907466217c7e554f7d6fc944 100644 (file)
@@ -404,7 +404,7 @@ lsa_comp(struct ospf_lsa_header *l1, struct ospf_lsa_header *l2)
 /**
  * lsa_install_new - install new LSA into database
  * @lsa: LSA header
- * @body pointer to LSA body
+ * @body: pointer to LSA body
  * @oa: current ospf_area
  *
  * This function ensures installing new LSA into LSA database. Old instance is
index 3830a4a88f9c6ae577277b3f54d44dfdf368387b..589e371ec9f94538a2599df3ccbc8a3db951692c 100644 (file)
@@ -253,7 +253,7 @@ schedule_rtcalc(struct ospf_area *oa)
 /**
  * area_disp - invokes link-state database aging, originating of
  * router LSA and routing table calculation
- * @timer - it's called every @ospf_area->tick seconds
+ * @timer: it's called every @ospf_area->tick seconds
  *
  * It ivokes aging and when @ospf_area->origrt is set to 1, start
  * function for origination of router LSA. It also start routing
@@ -279,6 +279,7 @@ area_disp(timer *timer)
 /**
  * ospf_import_control - accept or reject new route from nest's routing table
  * @p: current instance of protocol
+ * @new: the new route
  * @attrs: list of arttributes
  * @pool: pool for alloction of attributes
  *