]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-device: add device_get_property_uint() helper
authorLennart Poettering <lennart@poettering.net>
Mon, 20 Oct 2025 10:34:32 +0000 (12:34 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 22 Oct 2025 20:56:01 +0000 (22:56 +0200)
commitb09ea23978a79237e441b786781437bb1b5e02be
treea9ab11732df1199da1cb0751adb2066ff3184050
parentd62ab43fd0ddb077514f8294ac5345d78e1a7ef3
sd-device: add device_get_property_uint() helper

This is just like device_get_property_int() but operates on unsigned
ints.
src/libsystemd/sd-device/device-private.h
src/libsystemd/sd-device/sd-device.c