summaryrefslogtreecommitdiff
path: root/sysdep/linux/netlink/krt-scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep/linux/netlink/krt-scan.h')
-rw-r--r--sysdep/linux/netlink/krt-scan.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/sysdep/linux/netlink/krt-scan.h b/sysdep/linux/netlink/krt-scan.h
index 9b5e075b..302b6093 100644
--- a/sysdep/linux/netlink/krt-scan.h
+++ b/sysdep/linux/netlink/krt-scan.h
@@ -17,20 +17,14 @@
#define NL_NUM_TABLES 256
-struct krt_scan_params {
+struct krt_params {
int table_id; /* Kernel table ID we sync with */
};
-struct krt_scan_status {
- list temp_ifs; /* Temporary interfaces */
+struct krt_status {
};
-static inline int krt_scan_params_same(struct krt_scan_params *o, struct krt_scan_params *n)
-{
- return o->table_id == n->table_id;
-}
-static inline void krt_scan_copy_params(struct krt_scan_params *d UNUSED, struct krt_scan_params *s UNUSED) { }
-/* table_id copied in krt_copy_config() */
+static inline void krt_sys_init(struct krt_proto *p UNUSED) { }
#endif