chiark / gitweb /
core: Added support for ERRNO NOTIFY_SOCKET message parsing, and added StatusErrno...
[elogind.git] / src / core / service.h
index 7406d90f59e88cf6ea7b4bc2f3a7db1c18c7f0ab..686cf4b0bdb772609aff921f04e40412bafb7751 100644 (file)
@@ -182,6 +182,7 @@ struct Service {
         char *bus_name;
 
         char *status_text;
+        int status_errno;
 
         FailureAction failure_action;