From b6c9d8eb2e255b65f29efd1acfd35a4277b3bf14 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 8 May 2000 12:05:55 +0000 Subject: Removed the `async' switch which was used for debugging only anyway. Don't moan when netlink reports lost packets. --- sysdep/linux/netlink/krt-scan.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sysdep/linux/netlink/krt-scan.h') diff --git a/sysdep/linux/netlink/krt-scan.h b/sysdep/linux/netlink/krt-scan.h index ec10a7f..2f8fe76 100644 --- a/sysdep/linux/netlink/krt-scan.h +++ b/sysdep/linux/netlink/krt-scan.h @@ -22,7 +22,6 @@ #endif struct krt_scan_params { - int async; /* Allow asynchronous events */ int table_id; /* Kernel table ID we sync with */ }; @@ -32,7 +31,7 @@ struct krt_scan_status { static inline int krt_scan_params_same(struct krt_scan_params *o, struct krt_scan_params *n) { - return o->async == n->async && o->table_id == n->table_id; + return o->table_id == n->table_id; } #endif -- cgit v1.2.3