summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-network.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-02-10 12:53:00 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-03-02 07:46:28 +0100
commit34658df256f48626ac8370842e798991de7a842b (patch)
tree1663f9c30bb0407f1f7df8a7f1272393592746fd /src/network/networkd-network.h
parenttest-network: add a test case for HTB (diff)
downloadsystemd-34658df256f48626ac8370842e798991de7a842b.tar.xz
systemd-34658df256f48626ac8370842e798991de7a842b.zip
network: introduce TrafficControlKind to prepare for supporting tc class
Diffstat (limited to 'src/network/networkd-network.h')
-rw-r--r--src/network/networkd-network.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/network/networkd-network.h b/src/network/networkd-network.h
index 66f010a793..3ae1752acc 100644
--- a/src/network/networkd-network.h
+++ b/src/network/networkd-network.h
@@ -30,7 +30,6 @@
#include "networkd-routing-policy-rule.h"
#include "networkd-util.h"
#include "ordered-set.h"
-#include "qdisc.h"
#include "resolve-util.h"
typedef enum IPv6PrivacyExtensions {
@@ -274,7 +273,7 @@ struct Network {
Hashmap *prefixes_by_section;
Hashmap *route_prefixes_by_section;
Hashmap *rules_by_section;
- OrderedHashmap *qdiscs_by_section;
+ OrderedHashmap *tc_by_section;
/* All kinds of DNS configuration */
struct in_addr_data *dns;