Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sd-varlink: make our internal Varlink API public as sd-varlink.[ch] | Lennart Poettering | 2024-07-16 | 1 | -2/+2 |
| | | | | | | | | | | It's time. sd-json was already done earlier in this cycle, let's now make sd-varlink public too. This is mostly just a search/replace job of epical proportions. I left some functions internal (mostly IDL handling), and I turned some static inline calls into regular calls. | ||||
* | machined: add varlink interface for registering machines | Sam Leonard | 2024-05-08 | 1 | -0/+6 |
This commit adds the new varlink interface io.systemd.Machine at /run/systemd/machine/io.systemd.Machine with a single method Register It supports all combinations of RegisterMachine[WithSSH,WithNetwork] all under the same method. |