chiark / gitweb /
udev: event - keep one rtnl per worker, rather than per event
[elogind.git] / src / libsystemd / sd-rtnl / rtnl-util.h
index 2963f02d3ea81a81e831072adb3dc8fff129a7de..94af3b17200fd620f5c68b8f2e4ec913674a3a07 100644 (file)
@@ -34,7 +34,7 @@ bool rtnl_message_type_is_link(uint16_t type);
 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_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_log_parse_error(int r);