1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Cleanup in sysdep KRT code, part 3.

Just one more renaming, old krt_set_notify() to krt_replace_rte().
This commit is contained in:
Ondrej Zajicek
2012-04-30 22:34:06 +02:00
parent f1aceff59b
commit 7a2c48dafc
3 changed files with 10 additions and 10 deletions

View File

@@ -201,8 +201,8 @@ krt_sock_send(int cmd, rte *e)
}
void
krt_do_notify(struct krt_proto *p UNUSED, net *n, rte *new, rte *old,
struct ea_list *eattrs UNUSED)
krt_replace_rte(struct krt_proto *p UNUSED, net *n, rte *new, rte *old,
struct ea_list *eattrs UNUSED)
{
int err = 0;