Renamed state field to al_state.

This commit is contained in:
Florian Pose
2008-07-25 09:08:12 +00:00
parent 95d9d821cc
commit 4f81ef3ede
5 changed files with 8 additions and 8 deletions

View File

@@ -407,7 +407,7 @@ void MasterDevice::requestState(
ec_ioctl_slave_state_t data;
data.slave_position = slavePosition;
data.requested_state = state;
data.al_state = state;
if (ioctl(fd, EC_IOCTL_SLAVE_STATE, &data)) {
stringstream err;