chiark / gitweb /
rtnl: drop "sd_" prefix from cleanup macros
authorLennart Poettering <lennart@poettering.net>
Thu, 13 Feb 2014 02:44:14 +0000 (03:44 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 13 Feb 2014 02:44:14 +0000 (03:44 +0100)
commitcf6a8911738fe2635a5210769d5348b05b166691
tree70bc1a013682c2a27187043de405bbdb977bb8f5
parentaa28aefe61c5406c5cb631f3e82457b6d1bcc967
rtnl: drop "sd_" prefix from cleanup macros

The "sd_" prefix is supposed to be used on exported symbols only, and
not in the middle of names. Let's drop it from the cleanup macros hence,
to make things simpler.

The bus cleanup macros don't carry the "sd_" either, so this brings the
APIs a bit nearer.
12 files changed:
src/core/loopback-setup.c
src/libsystemd/sd-rtnl/rtnl-internal.h
src/libsystemd/sd-rtnl/rtnl-util.c
src/libsystemd/sd-rtnl/rtnl-util.h
src/libsystemd/sd-rtnl/sd-rtnl.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/udev/udev-event.c