diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2017-05-11 12:22:27 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2017-05-11 12:22:27 +0000 |
commit | 003bff08fa0fc8e4c5bb42a9b1f6d24f369f9223 (patch) | |
tree | 6fe33ae83735bc2cff397ba61ab4287a5d78a1db /sys/net/fq_codel.h | |
parent | d07787d3a0926f809c287225b7e84cee3cfd60a2 (diff) |
Add pf queue configuration glue for FQ-CoDel
Diffstat (limited to 'sys/net/fq_codel.h')
-rw-r--r-- | sys/net/fq_codel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/fq_codel.h b/sys/net/fq_codel.h index 7d79f5bcc7e..7b4d0844187 100644 --- a/sys/net/fq_codel.h +++ b/sys/net/fq_codel.h @@ -46,6 +46,7 @@ struct fqcodel_stats { #ifdef _KERNEL extern const struct ifq_ops * const ifq_fqcodel_ops; +extern const struct pfq_ops * const pfq_fqcodel_ops; #endif /* _KERNEL */ #endif /* _NET_FQ_CODEL_H_ */ |