diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-04-30 22:34:06 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-04-30 22:34:06 +0200 |
commit | 7a2c48dafce9420a23fd57408c31eecfc20c4fe0 (patch) | |
tree | 774eb6bdc7d06ec8c16bc5d39bd7ab020e3db87a /sysdep/bsd/krt-sock.c | |
parent | f1aceff59bbf942bc11c2e9a4c51e381c06f2b20 (diff) |
Cleanup in sysdep KRT code, part 3.
Just one more renaming, old krt_set_notify() to krt_replace_rte().
Diffstat (limited to 'sysdep/bsd/krt-sock.c')
-rw-r--r-- | sysdep/bsd/krt-sock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdep/bsd/krt-sock.c b/sysdep/bsd/krt-sock.c index 5fb5f9f7..e970d6bd 100644 --- a/sysdep/bsd/krt-sock.c +++ b/sysdep/bsd/krt-sock.c @@ -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; |