]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
Move link_check_ready() to later in the file
authorDaniel Axtens <dja@axtens.net>
Wed, 5 Dec 2018 09:39:41 +0000 (20:39 +1100)
committerDaniel Axtens <dja@axtens.net>
Thu, 10 Jan 2019 00:01:57 +0000 (11:01 +1100)
commit6accfd3139a0ccef9859b742452c04926f52515c
treed0a10bbd40716d33f9a94da3fb51f8152df57a3f
parentd253a45e1c147f5174265d71d7419da7bd52a88b
Move link_check_ready() to later in the file

We're about to need it to be later in the file for the next commit.
Moving it now means that when we change it in the next commit, it's
not intermingled with the move.

No functional change intended.

Signed-off-by: Daniel Axtens <dja@axtens.net>
src/network/networkd-link.c