]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-varlink: properly export sd_varlink_reset_fds()
authorLennart Poettering <lennart@poettering.net>
Wed, 11 Dec 2024 12:06:03 +0000 (13:06 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 11 Dec 2024 20:13:12 +0000 (05:13 +0900)
commite11f5aa7226253bf31b2ed61be8599bb213c1819
tree3f478e3db2a30dd98895171b89935e437ad150e2
parente53be91e5da555d07325e213d66bdf0c25856e54
sd-varlink: properly export sd_varlink_reset_fds()

This function was listed in the public sd-varlink.h header, but not
actually made public. Fix that. It's quite useful, the comment in it
describes the usecase nicely.

Fixes: #35554
src/libsystemd/libsystemd.sym
src/libsystemd/sd-varlink/sd-varlink.c