diff options
author | Pavel Tvrdik <pawel.tvrdik@gmail.com> | 2016-05-12 15:49:44 +0200 |
---|---|---|
committer | Pavel Tvrdik <pawel.tvrdik@gmail.com> | 2016-05-12 15:49:44 +0200 |
commit | 8e433d6a529a883d566dc1d5a4afe0f1e2750baf (patch) | |
tree | d113b293ad18c63698fbff4bbdb3c7474e715b6f /proto/ospf/dbdes.c | |
parent | fff7498d6a54d4bcce4bd56db7ef3fb28be35578 (diff) |
Prog Doc: Complete several missing parameters
Diffstat (limited to 'proto/ospf/dbdes.c')
-rw-r--r-- | proto/ospf/dbdes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index 65bdb3ec..195b03ad 100644 --- a/proto/ospf/dbdes.c +++ b/proto/ospf/dbdes.c @@ -192,6 +192,7 @@ ospf_do_send_dbdes(struct ospf_proto *p, struct ospf_neighbor *n) /** * ospf_send_dbdes - transmit database description packet + * @p: OSPF protocol instance * @n: neighbor * * Sending of a database description packet is described in 10.8 of RFC 2328. |