]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-netlink: prefix output param names with 'ret'
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 18 Aug 2022 08:50:41 +0000 (10:50 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 19 Aug 2022 09:52:21 +0000 (11:52 +0200)
commitb44662fee5c98fa1f8019cdf9f0634dae514b071
tree1fe3fee448e1794d9b76ce099424f909eda6a4f7
parent5ad8116a87fb2dd63cc935ec36321e7356061b54
sd-netlink: prefix output param names with 'ret'

In some places, the code was already using that, so only the header file needed
to be adjusted.

We use 'nl' for the sd_netlink* when it's passed in as input. I was considering
renaming to 'netlink', but that'd add a lot of verbosity and also we have
'sd_journal *j' in sd-journal, so the short name matches in style.
src/libsystemd/sd-netlink/netlink-message-rtnl.c
src/systemd/sd-netlink.h