X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fdevice.h;h=a05c3d37b06735cd73d40876e9c5c7c6b9fc4008;hp=515db65644b144c42fe9d568e87a3d14aa0e29b6;hb=4e2075ceea72b3e7e753bf5c6c0e8c4a3b68cdd9;hpb=7fab9d01b5940a67ca070754361afb9dfaa520f2 diff --git a/src/device.h b/src/device.h index 515db6564..a05c3d37b 100644 --- a/src/device.h +++ b/src/device.h @@ -1,4 +1,4 @@ -/*-*- Mode: C; c-basic-offset: 8 -*-*/ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ #ifndef foodevicehfoo #define foodevicehfoo @@ -36,11 +36,11 @@ typedef enum DeviceState { } DeviceState; struct Device { - Meta meta; + Unit meta; char *sysfs; - /* In order to be able to distuingish dependencies on + /* In order to be able to distinguish dependencies on different device nodes we might end up creating multiple devices for the same sysfs path. We chain them up here. */