rc-misc: add the crashed state

This commit is contained in:
William Hubbs 2018-05-21 18:16:12 -05:00
parent 37e2944272
commit 5d6dd97bba

View File

@ -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)