]> git.ipfire.org Git - thirdparty/systemd.git/commit
boot: make .call() method of BootEntry more complete
authorLennart Poettering <lennart@poettering.net>
Tue, 25 Feb 2025 11:12:56 +0000 (12:12 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 25 Feb 2025 20:14:27 +0000 (21:14 +0100)
commit4801e164014299fab4d23aeb29aa35a9a4b261d1
tree0cf1e4cfc791c9a3ec76acb73dad051c05b6f488
parent95086da39f262aa61c1a5590ca8efd5984fbf6bd
boot: make .call() method of BootEntry more complete

Let's pass some context information to the .call() methods so that it's
sufficient to implement the handlers for all entry types with them.

(This commit doesn't port the various entry types over though, that
happens in later commits.)
src/boot/boot.c