diff options
Diffstat (limited to 'src/core/device.h')
-rw-r--r-- | src/core/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/device.h b/src/core/device.h index 7584bc70c4..9dd6fb57c2 100644 --- a/src/core/device.h +++ b/src/core/device.h @@ -20,7 +20,7 @@ typedef enum DeviceFound { struct Device { Unit meta; - char *sysfs; + char *sysfs, *deserialized_sysfs; char *path; /* syspath, device node, alias, or devlink */ /* In order to be able to distinguish dependencies on different device nodes we might end up creating multiple |