chiark / gitweb /
util: replace close_nointr_nofail() by a more useful safe_close()
[elogind.git] / src / machine / machine.h
index 62e4b2b340204b1235700274b1f1b0816aa43b79..f4aefc550f9e62a369724d6d82b82490a8b2cd2d 100644 (file)
@@ -63,7 +63,7 @@ struct Machine {
         char *service;
         char *root_directory;
 
-        char *scope;
+        char *unit;
         char *scope_job;
 
         pid_t leader;