chiark / gitweb /
rtnl: rename constructors from the form sd_rtnl_xxx_yyy_new() to sd_rtnl_xxx_new_yyy()
authorLennart Poettering <lennart@poettering.net>
Thu, 13 Feb 2014 12:53:25 +0000 (13:53 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 13 Feb 2014 12:53:25 +0000 (13:53 +0100)
commitd595c5cc9e894c3608ed634052b0ba93aa94bf2f
tree1245291c4f8c63dd04599e1550b5684d83795c1e
parentcf6a8911738fe2635a5210769d5348b05b166691
rtnl: rename constructors from the form sd_rtnl_xxx_yyy_new() to sd_rtnl_xxx_new_yyy()

So far we followed the rule to always indicate the "flavour" of
constructors after the "_new_" or "_open_" in the function name, so
let's keep things in sync here for rtnl and do the same.
src/core/loopback-setup.c
src/libsystemd/sd-rtnl/rtnl-message.c
src/libsystemd/sd-rtnl/rtnl-util.c
src/libsystemd/sd-rtnl/test-rtnl.c
src/network/networkd-address.c
src/network/networkd-link.c
src/network/networkd-netdev.c
src/network/networkd-route.c
src/nspawn/nspawn.c
src/systemd/sd-rtnl.h