diff options
Diffstat (limited to 'sys/net/altq/altq_var.h')
-rw-r--r-- | sys/net/altq/altq_var.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/net/altq/altq_var.h b/sys/net/altq/altq_var.h index df121444312d..87c292c6a02e 100644 --- a/sys/net/altq/altq_var.h +++ b/sys/net/altq/altq_var.h @@ -227,5 +227,12 @@ int hfsc_add_queue(struct pf_altq *); int hfsc_remove_queue(struct pf_altq *); int hfsc_getqstats(struct pf_altq *, void *, int *); +int fairq_pfattach(struct pf_altq *); +int fairq_add_altq(struct pf_altq *); +int fairq_remove_altq(struct pf_altq *); +int fairq_add_queue(struct pf_altq *); +int fairq_remove_queue(struct pf_altq *); +int fairq_getqstats(struct pf_altq *, void *, int *); + #endif /* _KERNEL */ #endif /* _ALTQ_ALTQ_VAR_H_ */ |