diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-01-23 03:15:12 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-01-23 03:15:12 +0100 |
commit | 09686693d35bd71187847c95c0967d4125215b97 (patch) | |
tree | 842c54fdb63daad9015af1da09e710c0bc52b3b0 /sysdep/unix/krt.h | |
parent | 732a0a257d180a95a02587203555b8552b6128ac (diff) |
Implements handling of BSD iface arrival/departure notifications.
Thanks to Alexander V. Chernikov for original patch.
Diffstat (limited to 'sysdep/unix/krt.h')
-rw-r--r-- | sysdep/unix/krt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/krt.h b/sysdep/unix/krt.h index 7bb4fe70..b0c4dc5e 100644 --- a/sysdep/unix/krt.h +++ b/sysdep/unix/krt.h @@ -77,6 +77,7 @@ extern pool *krt_pool; if (pr->p.debug & fl) \ { log(L_TRACE "%s: " msg, pr->p.name , ## args); } } while(0) +void kif_request_scan(void); void krt_got_route(struct krt_proto *p, struct rte *e); void krt_got_route_async(struct krt_proto *p, struct rte *e, int new); |