summaryrefslogtreecommitdiffstats
path: root/sys/net/flowtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/flowtable.h')
-rw-r--r--sys/net/flowtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/flowtable.h b/sys/net/flowtable.h
index 6334d8b..afc8fb7 100644
--- a/sys/net/flowtable.h
+++ b/sys/net/flowtable.h
@@ -49,7 +49,7 @@ struct flowtable *flowtable_alloc(int nentry, int flags);
*
*/
int flowtable_lookup(struct flowtable *ft, struct mbuf *m,
- struct route *ro);
+ struct route *ro, uint32_t fibnum);
#endif /* _KERNEL */
#endif
OpenPOWER on IntegriCloud