diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-02-14 01:01:10 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-02-14 01:01:10 +0100 |
commit | 6be1e7d538e12f4e5c79c1271dba90e66726d8fd (patch) | |
tree | a32725c522b5ce99a95fd9ce67c771fa50088840 /unit.h | |
parent | 380bc8790dd284bbf967add222fa90d117ed50ea (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |