From 4774e357268e4a1e9fa82adb0563a538932a4c8e Mon Sep 17 00:00:00 2001 From: Miguel Angel Ajo Date: Mon, 7 Jul 2014 14:20:36 +0200 Subject: 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. --- src/core/service.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/service.h') 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; -- cgit v1.2.3-54-g00ecf