summaryrefslogtreecommitdiff
path: root/src/systemctl/systemctl.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-07 17:35:06 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-08 12:17:24 +0100
commitea71b4604b172cb48bd58219800afcf127d02163 (patch)
treedf3fd5647881a11995716f42da9999c2372bfc22 /src/systemctl/systemctl.h
parent54d04cd1e78bcc88feb53102ece1fbd5ea4a59b8 (diff)
downloadsystemd-ea71b4604b172cb48bd58219800afcf127d02163.tar.gz
systemctl: move telinit execcing out of parse_argv()
With this change, parse_argv() does parsing, without any real actions. Fully untested ;)
Diffstat (limited to 'src/systemctl/systemctl.h')
-rw-r--r--src/systemctl/systemctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemctl/systemctl.h b/src/systemctl/systemctl.h
index 34650ebb44..f7ee358ce1 100644
--- a/src/systemctl/systemctl.h
+++ b/src/systemctl/systemctl.h
@@ -29,6 +29,7 @@ enum action {
ACTION_RELOAD,
ACTION_REEXEC,
ACTION_RUNLEVEL,
+ ACTION_TELINIT,
ACTION_CANCEL_SHUTDOWN,
_ACTION_MAX,
_ACTION_INVALID = -1