aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2018-05-21 18:16:12 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2018-05-22 12:20:38 -0500
commit5d6dd97bba3559b57fb1c1de35e644c6dbd6baa7 (patch)
tree396d464fbd62bd8fb637e40561162c85cbbc93de /src
parent37e29442721af0dc3846e87ef2b85a474af3cf2b (diff)
rc-misc: add the crashed state
Diffstat (limited to 'src')
-rw-r--r--src/rc/rc-misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c
index e933409f..2df4fd42 100644
--- a/src/rc/rc-misc.c
+++ b/src/rc/rc-misc.c
@@ -423,6 +423,7 @@ static const struct {
{ "service_hotplugged", RC_SERVICE_HOTPLUGGED, },
{ "service_wasinactive", RC_SERVICE_WASINACTIVE, },
{ "service_failed", RC_SERVICE_FAILED, },
+ { "service_crashed", RC_SERVICE_CRASHED, },
};
RC_SERVICE lookup_service_state(const char *service)