]> git.ipfire.org Git - thirdparty/systemd.git/commit
journalctl: replace ppoll() loop with sd_event_loop()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 3 May 2023 23:38:53 +0000 (08:38 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 28 May 2023 05:52:32 +0000 (14:52 +0900)
commit713342d9b09d717e9942ed08bd620c9159a98fb8
tree7478b923d18e578f75d99cecba6ad6efbc343110
parente4c4a9db87f79292d79abae2afadaec240026829
journalctl: replace ppoll() loop with sd_event_loop()

No functional change, just refactoring.
src/journal/journalctl.c