]> git.ipfire.org Git - thirdparty/systemd.git/commit
sleep: rename sleep-config.[ch] → sleep-util.[ch] 28089/head
authorLennart Poettering <lennart@poettering.net>
Tue, 20 Jun 2023 12:18:52 +0000 (14:18 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 20 Jun 2023 12:18:52 +0000 (14:18 +0200)
commit4014172a8bc0838e483dbf62faf49e0862cadfeb
treef7405196529e0c995e626958b768047ca4fbb0dd
parentc1583ca16a8dc65c9252a26f58ea3c7fc8e23c95
sleep: rename sleep-config.[ch] → sleep-util.[ch]

The file long ceased to be exclusively about configuration of the sleep
operation. It contains many many calls for other purposes, hence give it
a more generic name.
src/login/logind-action.h
src/login/logind-dbus.c
src/shared/meson.build
src/shared/sleep-util.c [moved from src/shared/sleep-config.c with 99% similarity]
src/shared/sleep-util.h [moved from src/shared/sleep-config.h with 100% similarity]
src/sleep/sleep.c
src/test/test-sleep.c