summaryrefslogtreecommitdiffstats
path: root/lib/route/sch/cbq.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/route/sch/cbq.c')
-rw-r--r--lib/route/sch/cbq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/route/sch/cbq.c b/lib/route/sch/cbq.c
index 0df4aa0..989745c 100644
--- a/lib/route/sch/cbq.c
+++ b/lib/route/sch/cbq.c
@@ -28,7 +28,7 @@
* @{
*/
-static struct trans_tbl ovl_strategies[] = {
+static const struct trans_tbl ovl_strategies[] = {
__ADD(TC_CBQ_OVL_CLASSIC,classic)
__ADD(TC_CBQ_OVL_DELAY,delay)
__ADD(TC_CBQ_OVL_LOWPRIO,lowprio)