]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: add new API for enqueing a job with returning the transaction data
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Mar 2019 19:57:30 +0000 (20:57 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 27 Mar 2019 11:37:37 +0000 (12:37 +0100)
commit50cbaba4fe5a32850998682699322d012e597e4a
treee5c26a2e173f20ce57e67168c55859a0b90abbb2
parent49bd196d693efe0acfc8d56c4e3d8f7ba9f91b5d
core: add new API for enqueing a job with returning the transaction data
19 files changed:
src/analyze/analyze-verify.c
src/core/automount.c
src/core/dbus-manager.c
src/core/dbus-unit.c
src/core/dbus-unit.h
src/core/dbus.c
src/core/device.c
src/core/emergency-action.c
src/core/main.c
src/core/manager.c
src/core/manager.h
src/core/path.c
src/core/service.c
src/core/socket.c
src/core/timer.c
src/core/transaction.c
src/core/transaction.h
src/core/unit.c
src/test/test-engine.c