diff options
author | Maria Matejka <mq@ucw.cz> | 2022-08-03 15:04:42 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-08-03 15:04:42 +0200 |
commit | bc4ad83dacb07ad6bb454b75d78daa2f9c953088 (patch) | |
tree | a5f151bf7abbdbb046d2238dc1587ad1105e066b /sysdep/unix/krt.h | |
parent | 73abd91ac661f28d9341c7fbb80d2f7a71db186d (diff) | |
parent | 082905a8338b4ba20a08ada0d562bbc5e15c707b (diff) |
Merge commit '082905a8' into HEAD
Diffstat (limited to 'sysdep/unix/krt.h')
-rw-r--r-- | sysdep/unix/krt.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdep/unix/krt.h b/sysdep/unix/krt.h index 20858cd7..18a206e6 100644 --- a/sysdep/unix/krt.h +++ b/sysdep/unix/krt.h @@ -55,10 +55,7 @@ struct krt_proto { struct rtable *krt_table; /* Internal table of inherited routes */ #endif -#ifndef CONFIG_ALL_TABLES_AT_ONCE timer *scan_timer; -#endif - struct bmap sync_map; /* Keeps track which exported routes were successfully written to kernel */ struct bmap seen_map; /* Routes seen during last periodic scan */ node krt_node; /* Node in krt_proto_list */ @@ -79,6 +76,7 @@ extern pool *krt_pool; struct proto_config * kif_init_config(int class); void kif_request_scan(void); +void krt_use_shared_scan(void); void krt_got_route(struct krt_proto *p, struct rte *e, s8 src); void krt_got_route_async(struct krt_proto *p, struct rte *e, int new, s8 src); |