diff options
author | Tom Gundersen <teg@jklm.no> | 2015-08-28 12:01:46 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-08-28 12:01:46 +0200 |
commit | 84d449b55215dfe81305d3ee89606fdc17150ad6 (patch) | |
tree | ebb5250b2cedcb493a435119a6f408a1f72b6162 /src/core/snapshot.c | |
parent | 9c92a077b667fe3947cc8a9caa197dea8b80b8e0 (diff) | |
parent | e049fa164f0062caab6e53113b3fd7102dc739ce (diff) |
Merge pull request #1063 from poettering/dbus-interface-from-type
cgls/cgtop: a variety of modernizations
Diffstat (limited to 'src/core/snapshot.c')
-rw-r--r-- | src/core/snapshot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/snapshot.c b/src/core/snapshot.c index 9518e21f36..336ff20f84 100644 --- a/src/core/snapshot.c +++ b/src/core/snapshot.c @@ -302,6 +302,5 @@ const UnitVTable snapshot_vtable = { .active_state = snapshot_active_state, .sub_state_to_string = snapshot_sub_state_to_string, - .bus_interface = "org.freedesktop.systemd1.Snapshot", .bus_vtable = bus_snapshot_vtable }; |