summaryrefslogtreecommitdiff
path: root/src/machine/machine.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-02-11 17:15:38 +0100
committerLennart Poettering <lennart@poettering.net>2014-02-11 17:16:08 +0100
commit89f7c8465cd1ab37347dd0c15920bce31e8225df (patch)
tree2db96d4cc6b4ee0e81c420b480b6c177228e38b3 /src/machine/machine.h
parent2d2ebd6b8f0775b93480bf05464865a0c78a9390 (diff)
downloadsystemd-89f7c8465cd1ab37347dd0c15920bce31e8225df.tar.gz
machined: optionally, allow registration of pre-existing units (scopes
or services) as machine with machined
Diffstat (limited to 'src/machine/machine.h')
-rw-r--r--src/machine/machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/machine.h b/src/machine/machine.h
index 62e4b2b340..f4aefc550f 100644
--- a/src/machine/machine.h
+++ b/src/machine/machine.h
@@ -63,7 +63,7 @@ struct Machine {
char *service;
char *root_directory;
- char *scope;
+ char *unit;
char *scope_job;
pid_t leader;