summaryrefslogtreecommitdiff
path: root/src/network/tc/sfq.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-02-04 21:45:29 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-02-04 21:45:39 +0900
commit18de0969c5763ce119692b59f8622c379e79c6cc (patch)
treed1f05e8c456b5ddb04c19af7541d8cec8bf59b2a /src/network/tc/sfq.h
parent90198bcbea9288b452843f19c445a8c49a7ee9ba (diff)
downloadsystemd-18de0969c5763ce119692b59f8622c379e79c6cc.tar.gz
network: split TrafficControlQueueingDiscipline section into small pieces
Closes #14763.
Diffstat (limited to 'src/network/tc/sfq.h')
-rw-r--r--src/network/tc/sfq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/tc/sfq.h b/src/network/tc/sfq.h
index d29bcc2e93..19c8decf13 100644
--- a/src/network/tc/sfq.h
+++ b/src/network/tc/sfq.h
@@ -15,4 +15,4 @@ typedef struct StochasticFairnessQueueing {
DEFINE_QDISC_CAST(SFQ, StochasticFairnessQueueing);
extern const QDiscVTable sfq_vtable;
-CONFIG_PARSER_PROTOTYPE(config_parse_tc_stochastic_fairness_queueing_perturb_period);
+CONFIG_PARSER_PROTOTYPE(config_parse_stochastic_fairness_queueing_perturb_period);