checkpoint: add create, rollback and destroy D-Bus API

System Internals / NetworkManager - Beniamino Galvani [redhat.com] - 17 August 2016 07:55 UTC

3e09aed checkpoint: add create, rollback and destroy D-Bus API
introspection/Makefile.am | 4 +
introspection/nm-checkpoint.xml | 42 ++++
introspection/nm-manager.xml | 41 ++++
libnm-core/nm-dbus-interface.h | 34 +++
src/Makefile.am | 6 +
src/nm-checkpoint-manager.c | 298 +++++++++++++++++++++++++++
src/nm-checkpoint-manager.h | 50 +++++
src/nm-checkpoint.c | 433 +++++++++++++++++++++++++++++++++++++++
src/nm-checkpoint.h | 49 +++++
src/nm-manager.c | 125 ++++++++++-
src/nm-manager.h | 2 +
11 files changed, 1082 insertions(+), 2 deletions(-)

Upstream: cgit.freedesktop.org


  • Share