diff options
Diffstat (limited to 'sysdep/linux/netlink/krt-scan.h')
-rw-r--r-- | sysdep/linux/netlink/krt-scan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/linux/netlink/krt-scan.h b/sysdep/linux/netlink/krt-scan.h index cd118de..0dd3d68 100644 --- a/sysdep/linux/netlink/krt-scan.h +++ b/sysdep/linux/netlink/krt-scan.h @@ -17,6 +17,7 @@ struct krt_scan_params { int async; /* Allow asynchronous events */ + int table_id; /* Kernel table ID we sync with */ }; struct krt_scan_status { |