summaryrefslogtreecommitdiff
path: root/unit.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-02-14 01:01:10 +0100
committerLennart Poettering <lennart@poettering.net>2010-02-14 01:01:10 +0100
commit6be1e7d538e12f4e5c79c1271dba90e66726d8fd (patch)
treea32725c522b5ce99a95fd9ce67c771fa50088840 /unit.h
parent380bc8790dd284bbf967add222fa90d117ed50ea (diff)
unit: rename load_path to fragment_path to make clear what kind of configuration file this is
Diffstat (limited to 'unit.h')
-rw-r--r--unit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit.h b/unit.h
index 322e4aed90..9527d192d1 100644
--- a/unit.h
+++ b/unit.h
@@ -124,7 +124,7 @@ struct Meta {
Set *dependencies[_UNIT_DEPENDENCY_MAX];
char *description;
- char *load_path; /* if loaded from a config file this is the primary path to it */
+ char *fragment_path; /* if loaded from a config file this is the primary path to it */
/* If there is something to do with this unit, then this is
* the job for it */