]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-id128: move get_boot_id_for_machine() to id128-util.c
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 22 Mar 2024 08:21:01 +0000 (17:21 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 26 Mar 2024 14:54:46 +0000 (23:54 +0900)
commit8e976dc9209853d5d4d2db3016289f2a5ab99fd9
treee539d68692cce9f8915581def200d6432932f0d0
parent17c512f1cc238d7f1d00e3160afb7b982157ce5a
sd-id128: move get_boot_id_for_machine() to id128-util.c

And rename it to id128_get_boot_for_machine().

This also splits out id128_get_boot() from sd_id128_get_boot(), and
make id128_get_boot_for_machine() use it.
src/libsystemd/sd-id128/id128-util.c
src/libsystemd/sd-id128/id128-util.h
src/libsystemd/sd-id128/sd-id128.c
src/shared/logs-show.c