]> git.ipfire.org Git - thirdparty/systemd.git/commit
socket-util: introduce type-safe, dereferencing wrapper CMSG_FIND_DATA around cmsg_find() 15570/head
authorLennart Poettering <lennart@poettering.net>
Fri, 17 Apr 2020 09:52:48 +0000 (11:52 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 23 Apr 2020 17:41:15 +0000 (19:41 +0200)
commit371d72e05b7e2c2b7850cb04d8d4c18be1e60421
treec6b0f467bca7db6d1c5f2d2262199ca2256a8f01
parentdac556fa7ba19846f787e560e7de8958891b6754
socket-util: introduce type-safe, dereferencing wrapper CMSG_FIND_DATA around cmsg_find()

let's take this once step further, and add type-safety to cmsg_find(),
and imply the CMSG_DATA() macro for finding the cmsg payload.
src/basic/socket-util.h
src/import/importd.c
src/journal/journald-stream.c
src/nspawn/nspawn.c
src/shared/ask-password-api.c
src/udev/udevd.c