diff options
author | Tom Gundersen <teg@jklm.no> | 2014-07-16 10:52:47 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-07-17 22:53:35 +0200 |
commit | 7de12ae764e73730df0658f9fb04bcf42add48e2 (patch) | |
tree | 93e82071cc3f505f7888cbd1f8f563934c7d6cab /Makefile.am | |
parent | 560852ced07a647e2d288ce2932aaf608712867d (diff) |
networkd-wait-online: track links
Rather than refetching the link information on ever event, we liston to
rtnl to track them. Much code stolen from resolved.
This will allow us to simplify the sd-network api and don't expose
information available over rtnl.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 88f468c9de..2b22869284 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4818,8 +4818,11 @@ systemd_networkd_wait_online_CFLAGS = \ systemd_networkd_wait_online_SOURCES = \ src/libsystemd-network/network-internal.h \ + src/network/networkd-wait-online.h \ + src/network/networkd-wait-online-link.h \ src/network/networkd-wait-online.c \ - src/network/networkd-wait-online.h + src/network/networkd-wait-online-manager.c \ + src/network/networkd-wait-online-link.c systemd_networkd_wait_online_LDADD = \ libsystemd-network.la \ |