diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-09-17 13:54:47 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-10-06 18:02:59 +0200 |
commit | 0943b3b7a413dc8b05cc41627754c77257f1f8ac (patch) | |
tree | ab3ad9eac2367f3dfa1833306e91c445a47d1c0a /src/network/networkd-wifi.h | |
parent | Merge pull request #18145 from kinvolk/iaguis/lsm-bpf (diff) | |
download | systemd-0943b3b7a413dc8b05cc41627754c77257f1f8ac.tar.xz systemd-0943b3b7a413dc8b05cc41627754c77257f1f8ac.zip |
network: radv: reorder functions
In other files, we usually (but not always) place functions in the following order:
- network_adjust_xxx(), which applies default or updates settings
specified in .network files,
- link_xxx_enabled(), which checks if the functionality is enabled,
- xxx_new() and xxx_free(), allocator and deallocator for sections,
- functions which apply/update/remove configs
- validators of section,
- conf parsers.
This does not change each function, but just changes the order.
Diffstat (limited to 'src/network/networkd-wifi.h')
0 files changed, 0 insertions, 0 deletions