]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/machine/operation.h
machined: rework copy-from/copy-to operation to use generic Operation object
authorLennart Poettering <lennart@poettering.net>
Fri, 29 Apr 2016 18:32:56 +0000 (20:32 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 2 May 2016 09:17:06 +0000 (11:17 +0200)
commit795c5d31affeb3b3edbf673940cc0f16afebc7a8
treeffd79868bad763f8bfa094f7a4b6c0e824333bb5
parent5d2036b5f3506bd0ff07042aee8d69c26db32298
machined: rework copy-from/copy-to operation to use generic Operation object

With this all potentially slow operations are done out-of-process,
asynchronously, using the same "Operation" object.
src/machine/image-dbus.c
src/machine/machine-dbus.c
src/machine/machine.c
src/machine/machine.h
src/machine/operation.c
src/machine/operation.h