]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
report: place Upload() on io.systemd.Report.Uploader rather than io.systemd.Report...
authorLuca Boccassi <luca.boccassi@gmail.com>
Mon, 15 Jun 2026 21:05:18 +0000 (22:05 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Jun 2026 21:05:18 +0000 (22:05 +0100)
We really want to use io.systemd.Report for the interface provided by
systemd-report itself, not by its backend. hence, rename the interface
that uploading plugins shall implement to io.systemd.Report.Uploader.

Note that we ideally should have a varlink interface definition for that
interface. if we had, we'd have noticed that earlier.


Trivial merge