]> git.ipfire.org Git - thirdparty/systemd.git/commit
netlink-internal: Make message_get_serial() static inline again 37594/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 24 May 2025 18:44:32 +0000 (20:44 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 24 May 2025 18:44:32 +0000 (20:44 +0200)
commita6f4a9c07bdcac48ee85243337804a553430929f
tree34892cfaf83214f2f646c2da41f9a3579d3ee3ed
parent4cfd024e73949d9b6ab5c865ed407a876a9bd49b
netlink-internal: Make message_get_serial() static inline again

There was no need to move this function to the implementation file,
so let's make it static inline again.

Follow up for #37591.
src/libsystemd/sd-netlink/netlink-internal.h
src/libsystemd/sd-netlink/netlink-message.c