]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- work on dbus interface
authorArvin Schnell <aschnell@suse.de>
Thu, 2 Aug 2012 15:23:03 +0000 (17:23 +0200)
committerArvin Schnell <aschnell@suse.de>
Thu, 2 Aug 2012 15:23:03 +0000 (17:23 +0200)
server/Client.cc

index 7e26efdacbe0d60234e4d4aabdaf840498ea3d7a..481882d22cd4232c9b489a26d30a577231578872 100644 (file)
@@ -774,6 +774,8 @@ Client::create_post_snapshot(DBus::Connection& conn, DBus::Message& msg)
     snap2->setUserdata(userdata);
     snap2->flushInfo();
 
+    snapper->startBackgroundComparsion(snap1, snap2); // TODO
+
     DBus::MessageMethodReturn reply(msg);
 
     DBus::Hoho hoho(reply);