]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/dbus-execute.c
core: usually our enum's _INVALID and _MAX special values are named after the full...
authorLennart Poettering <lennart@poettering.net>
Thu, 28 Sep 2017 14:58:43 +0000 (16:58 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 2 Oct 2017 15:41:43 +0000 (17:41 +0200)
commit72fd17682d799f9192fb77d3f17bfe19a8f1266d
tree3f9b1df52a28ce2c5e4c6ad128d0eeb1d759ada3
parenta1164ae3805646048d4712f5a9e2de16b6faf6fa
core: usually our enum's _INVALID and _MAX special values are named after the full type

In most cases we followed the rule that the special _INVALID and _MAX
values we use in our enums use the full type name as prefix (in contrast
to regular values that we often make shorter), do so for
ExecDirectoryType as well.

No functional changes, just a little bit of renaming to make this code
more like the rest.
src/core/dbus-execute.c
src/core/execute.c
src/core/execute.h
src/core/manager.c
src/core/manager.h
src/core/unit.c