]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-event: split clock data allocation out of sd_event_add_time()
authorLennart Poettering <lennart@poettering.net>
Mon, 23 Nov 2020 10:40:24 +0000 (11:40 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 1 Dec 2020 14:10:50 +0000 (15:10 +0100)
commit41c63f36c3352af8bebf03b6181f5d866431d0af
tree43e590a08bd148311482128b3cf8b0ed19961b9d
parentf80a5d6a86dc2346f406ee086ba179879afaab70
sd-event: split clock data allocation out of sd_event_add_time()

Just some simple refactoring, that will make things easier for us later.
But it looks better this way even without the later function reuse.
src/libsystemd/sd-event/sd-event.c