summaryrefslogtreecommitdiff
path: root/src/network/networkd-address-label.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-12-27 10:34:24 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-01-19 14:57:59 +0900
commit307fe3cdf2d012c49b7bc39ea2d4251c6d44e93e (patch)
tree2c8fbdb318b1948cf032e7295fcfb978843e620d /src/network/networkd-address-label.h
parente5c4289a9dc08a3d28360e24bd326cca11c9b9d6 (diff)
downloadsystemd-307fe3cdf2d012c49b7bc39ea2d4251c6d44e93e.tar.gz
network: rename NetworkConfigSection -> ConfigSection
And move it and relevant functions to conf-parser.[ch].
Diffstat (limited to 'src/network/networkd-address-label.h')
-rw-r--r--src/network/networkd-address-label.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-address-label.h b/src/network/networkd-address-label.h
index 0f975454d9..582dd05b88 100644
--- a/src/network/networkd-address-label.h
+++ b/src/network/networkd-address-label.h
@@ -13,7 +13,7 @@ typedef struct Request Request;
typedef struct AddressLabel {
Network *network;
- NetworkConfigSection *section;
+ ConfigSection *section;
uint32_t label;
struct in6_addr prefix;