diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-16 21:32:34 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-16 21:32:34 +0200 |
commit | 73608ed994efef7f00eac0b0275ab0f7bc218af5 (patch) | |
tree | 3a6962625dfe80dab9fd979fbd6c539bf301cace /src/device.h | |
parent | 2d3b2c0032268a32557cb03a98175b828620a706 (diff) |
device: rename 'available' state to 'plugged'
Diffstat (limited to 'src/device.h')
-rw-r--r-- | src/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.h b/src/device.h index a5c5f745b8..654499cfd7 100644 --- a/src/device.h +++ b/src/device.h @@ -30,7 +30,7 @@ typedef struct Device Device; * simplifies the state engine greatly */ typedef enum DeviceState { DEVICE_DEAD, - DEVICE_AVAILABLE, + DEVICE_PLUGGED, _DEVICE_STATE_MAX, _DEVICE_STATE_INVALID = -1 } DeviceState; |