Add API for calling systemd-machined's DBus API
To register virtual machines and containers with systemd-machined,
and thus have cgroups auto-created, we need to talk over DBus.
This is somewhat tedious code, so introduce a dedicated function
to isolate the DBus call in one place.
Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
Showing
src/util/virsystemd.c
0 → 100644
src/util/virsystemd.h
0 → 100644
tests/virsystemdmock.c
0 → 100644
tests/virsystemdtest.c
0 → 100644
想要评论请 注册 或 登录