diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-05-11 22:51:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-05-11 22:51:49 +0200 |
commit | b2c23da8cea1987a1a329f5a964d3299b7ca7890 (patch) | |
tree | 66f369f148c30ef8d63b32cc33686b0370c6cbf8 /src/analyze/analyze-verify.h | |
parent | 8b4305c7354f572fa0390b7580ba30af741aa0a5 (diff) |
core: rename SystemdRunningAs to ManagerRunningAs
It's primarily just a property of the Manager object after all, and we
try to refer to PID 1 as "manager" instead of "systemd", hence let's to
stick to this here too.
Diffstat (limited to 'src/analyze/analyze-verify.h')
-rw-r--r-- | src/analyze/analyze-verify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyze/analyze-verify.h b/src/analyze/analyze-verify.h index f10c34c4ae..d2d4a7f190 100644 --- a/src/analyze/analyze-verify.h +++ b/src/analyze/analyze-verify.h @@ -25,4 +25,4 @@ #include "path-lookup.h" -int verify_units(char **filenames, SystemdRunningAs running_as, bool check_man); +int verify_units(char **filenames, ManagerRunningAs running_as, bool check_man); |