chiark / gitweb /
build-sys: automatically detect SysV init dirs
[elogind.git] / manager.h
index 00d5ea19270d5789d49898edaaa538919302a934..84cf18c3d3ddbf0fb02a554fa71edaba37d10be6 100644 (file)
--- a/manager.h
+++ b/manager.h
@@ -146,6 +146,7 @@ struct Manager {
 
         char **unit_path;
         char **sysvinit_path;
+        char **sysvrcnd_path;
 
         /* Data specific to the device subsystem */
         struct udev* udev;