diff options
author | Tom Gundersen <teg@jklm.no> | 2014-09-09 15:36:56 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-09-09 15:36:56 +0200 |
commit | aedca89268ed4fd6be41e55a605f011033ad1fb5 (patch) | |
tree | bf53358d9133f54f5687e3eab93477c1584c9e76 /src/libsystemd/sd-rtnl/rtnl-util.h | |
parent | 4c83d994566718043e61e568cc214bdc4587f869 (diff) |
udev: net_setup_link - open ethtool and rtnl connections lazily
Diffstat (limited to 'src/libsystemd/sd-rtnl/rtnl-util.h')
-rw-r--r-- | src/libsystemd/sd-rtnl/rtnl-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-rtnl/rtnl-util.h b/src/libsystemd/sd-rtnl/rtnl-util.h index 94af3b1720..fa3592df9d 100644 --- a/src/libsystemd/sd-rtnl/rtnl-util.h +++ b/src/libsystemd/sd-rtnl/rtnl-util.h @@ -35,7 +35,7 @@ bool rtnl_message_type_is_addr(uint16_t type); bool rtnl_message_type_is_route(uint16_t type); int rtnl_set_link_name(sd_rtnl **rtnl, int ifindex, const char *name); -int rtnl_set_link_properties(sd_rtnl *rtnl, int ifindex, const char *alias, const struct ether_addr *mac, unsigned mtu); +int rtnl_set_link_properties(sd_rtnl **rtnl, int ifindex, const char *alias, const struct ether_addr *mac, unsigned mtu); int rtnl_log_parse_error(int r); int rtnl_log_create_error(int r); |