diff options
Diffstat (limited to 'src/core/device.h')
-rw-r--r-- | src/core/device.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/device.h b/src/core/device.h index 184a1a349b..dd372fb695 100644 --- a/src/core/device.h +++ b/src/core/device.h @@ -40,8 +40,11 @@ struct Device { LIST_FIELDS(struct Device, same_sysfs); DeviceState state, deserialized_state; + + bool bind_mounts; }; extern const UnitVTable device_vtable; int device_found_node(Manager *m, const char *node, bool add, DeviceFound found, bool now); +bool device_shall_be_bound_by(Unit *device, Unit *u); |