summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/net/altq/altq_fairq.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/net/altq/altq_fairq.h')
-rw-r--r--freebsd/sys/net/altq/altq_fairq.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/freebsd/sys/net/altq/altq_fairq.h b/freebsd/sys/net/altq/altq_fairq.h
index 1a4b97dd..f1e3217c 100644
--- a/freebsd/sys/net/altq/altq_fairq.h
+++ b/freebsd/sys/net/altq/altq_fairq.h
@@ -82,6 +82,12 @@ struct fairq_classstats {
struct codel_stats codel;
};
+/*
+ * FAIRQ_STATS_VERSION is defined in altq.h to work around issues stemming
+ * from mixing of public-API and internal bits in each scheduler-specific
+ * header.
+ */
+
#ifdef _KERNEL
typedef struct fairq_bucket {