Commit 2044c8cc authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Add comment.

parent 302902f3
...@@ -44,6 +44,8 @@ resend_match(struct resend *resend, ...@@ -44,6 +44,8 @@ resend_match(struct resend *resend,
resend->plen == plen && memcmp(resend->prefix, prefix, 16) == 0); resend->plen == plen && memcmp(resend->prefix, prefix, 16) == 0);
} }
/* This is called by neigh.c when a neighbour is flushed */
void void
flush_resends(struct neighbour *neigh) flush_resends(struct neighbour *neigh)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment