diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-11-27 14:02:25 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-11-27 14:02:25 +0100 |
commit | 97839ed6b7b19e2cb885a152b54fbd32334294e2 (patch) | |
tree | 98fe7d2a4ab96fb34756097030a6f5290372c1aa /src/core/unit.h | |
parent | 2281b56044ac36c1eec0bfc61cf3b172bc9d52b9 (diff) | |
parent | 9d06297e262966de71095debd1537fc223f940a3 (diff) |
Merge pull request #2017 from haraldh/nobinddevice2
core: Do not bind a mount unit to a device, if it was from mountinfo
Diffstat (limited to 'src/core/unit.h')
-rw-r--r-- | src/core/unit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/unit.h b/src/core/unit.h index 1681bbf53b..3eb3484fb7 100644 --- a/src/core/unit.h +++ b/src/core/unit.h @@ -528,7 +528,7 @@ int unit_serialize_item_escaped(Unit *u, FILE *f, const char *key, const char *v int unit_serialize_item_fd(Unit *u, FILE *f, FDSet *fds, const char *key, int fd); void unit_serialize_item_format(Unit *u, FILE *f, const char *key, const char *value, ...) _printf_(4,5); -int unit_add_node_link(Unit *u, const char *what, bool wants); +int unit_add_node_link(Unit *u, const char *what, bool wants, UnitDependency d); int unit_coldplug(Unit *u); |