]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/dbus-execute.c
execute: replace command flag bools by a flags field
authorLennart Poettering <lennart@poettering.net>
Tue, 1 Aug 2017 08:16:42 +0000 (10:16 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 10 Aug 2017 12:44:58 +0000 (14:44 +0200)
commit3ed0cd26ea96e4bcc09846fb76851095c4ec85a8
treeae3b5a93c44746cfa95a15e9a72b4fc4b8d5291f
parent2935311ca4c0f77cde85307278bd84c1b57d8e71
execute: replace command flag bools by a flags field

This way, we can extend it later on in an easier way, and can pass it
along nicely.
src/core/dbus-execute.c
src/core/dbus-service.c
src/core/execute.c
src/core/execute.h
src/core/load-fragment.c
src/core/service.c
src/core/socket.c
src/test/test-unit-file.c