summaryrefslogtreecommitdiff
path: root/src/core/service.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-11-23 16:45:19 +0100
committerGitHub <noreply@github.com>2016-11-23 16:45:19 +0100
commitfadc06bb8166b7ee494ed90b054f083ac4db4e11 (patch)
treeacb91a7dac6c997c60b513fa76a6838bab20b1e7 /src/core/service.h
parentb8b40317d0355bc70bb23a6240a36f3630c4952b (diff)
parent3d474ef7a687e2052aa303e0f95893b2fc610475 (diff)
Merge pull request #4259 from joukewitteveen/notify
service: fix main processes exit behavior for type notify services
Diffstat (limited to 'src/core/service.h')
-rw-r--r--src/core/service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/service.h b/src/core/service.h
index 2869144fcb..278cc1ceb8 100644
--- a/src/core/service.h
+++ b/src/core/service.h
@@ -81,6 +81,7 @@ typedef enum NotifyState {
typedef enum ServiceResult {
SERVICE_SUCCESS,
SERVICE_FAILURE_RESOURCES, /* a bit of a misnomer, just our catch-all error for errnos we didn't expect */
+ SERVICE_FAILURE_PROTOCOL,
SERVICE_FAILURE_TIMEOUT,
SERVICE_FAILURE_EXIT_CODE,
SERVICE_FAILURE_SIGNAL,