]> git.ipfire.org Git - thirdparty/systemd.git/commit
varlink: add introspection data for the org.varlink.service and io.systemd interfaces
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Sep 2023 20:35:18 +0000 (22:35 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 6 Oct 2023 09:49:38 +0000 (11:49 +0200)
commitf946d4c9eca403a503f49465ea48a95562fbc3a6
treeeb74ebd0caf352920a8b7745e68825bd733b8a59
parent9fc843ed0ee9f605ceec96a1678e07a158920830
varlink: add introspection data for the org.varlink.service and io.systemd interfaces

The official org.varlink.service interface definition, as per:

https://varlink.org/Service

And the io.systemd service where we carry some super generic errors our
Varlink implementation generates.
src/shared/meson.build
src/shared/varlink-io.systemd.c [new file with mode: 0644]
src/shared/varlink-io.systemd.h [new file with mode: 0644]
src/shared/varlink-org.varlink.service.c [new file with mode: 0644]
src/shared/varlink-org.varlink.service.h [new file with mode: 0644]
src/shared/varlink.h