Replaced timeval by 64-bit EtherCAT time.

This commit is contained in:
Florian Pose
2009-04-24 10:24:53 +00:00
parent b106be8342
commit d3303e0fa4
9 changed files with 31 additions and 23 deletions
+1 -1
View File
@@ -1647,7 +1647,7 @@ int ec_cdev_ioctl_sync_ref(
return -EFAULT;
spin_lock_bh(&master->internal_lock);
ecrt_master_sync_reference_clock(master, &data.app_time);
ecrt_master_sync_reference_clock(master, data.app_time);
spin_unlock_bh(&master->internal_lock);
return 0;
}