summaryrefslogtreecommitdiffstats
path: root/src/network/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-02-10 11:41:12 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-03-02 07:46:28 +0100
commitb934ac3d6e7dcad114776ef30ee9098693e7ab7e (patch)
tree5508104cdacaa8268122df904dc10faa77bb0d14 /src/network/meson.build
parentnetwork: tc: make Parent= take class id (diff)
downloadsystemd-b934ac3d6e7dcad114776ef30ee9098693e7ab7e.tar.xz
systemd-b934ac3d6e7dcad114776ef30ee9098693e7ab7e.zip
network: tc: support Hierarchy Token Bucket (HTB)
Diffstat (limited to 'src/network/meson.build')
-rw-r--r--src/network/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/meson.build b/src/network/meson.build
index c1c02cfda1..1f5175e053 100644
--- a/src/network/meson.build
+++ b/src/network/meson.build
@@ -113,6 +113,8 @@ sources = files('''
tc/fq.h
tc/fq-codel.c
tc/fq-codel.h
+ tc/htb.c
+ tc/htb.h
tc/netem.c
tc/netem.h
tc/qdisc.c