chiark / gitweb /
networkd: fix compile
[elogind.git] / src / network / networkd.h
index c0d32c4a6b1e186321a6e4b4edf2f87f7c6f560a..1297ef98a73cff52ed6fb03f83d3aed266c9bff7 100644 (file)
@@ -106,6 +106,8 @@ struct Network {
 
         bool dhcp_server;
 
+        unsigned cost;
+
         LIST_HEAD(Address, static_addresses);
         LIST_HEAD(Route, static_routes);