diff options
author | Miguel Angel Ajo <mangelajo@redhat.com> | 2014-07-07 14:20:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-07-07 17:01:25 +0200 |
commit | 4774e357268e4a1e9fa82adb0563a538932a4c8e (patch) | |
tree | 79d18b43c972713174d32b57ab7e424a73a4a5ae /src/core/service.h | |
parent | 3250929b7049f3fbbb610a92438c8a8b638ec155 (diff) |
core: Added support for ERRNO NOTIFY_SOCKET message parsing, and added StatusErrno dbus property along StatusText to allow notification of numeric status condition while degraded service operation or any other special situation.
Diffstat (limited to 'src/core/service.h')
-rw-r--r-- | src/core/service.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/service.h b/src/core/service.h index 7406d90f59..686cf4b0bd 100644 --- a/src/core/service.h +++ b/src/core/service.h @@ -182,6 +182,7 @@ struct Service { char *bus_name; char *status_text; + int status_errno; FailureAction failure_action; |