master/domain.h
branchstable-1.1
changeset 1719 42ed27ae6785
parent 1716 9440f4ff25c7
child 363 58588a3a1562
--- a/master/domain.h	Wed Aug 09 15:14:29 2006 +0000
+++ b/master/domain.h	Fri Sep 01 12:35:41 2006 +0000
@@ -69,7 +69,7 @@
     struct list_head data_regs; /**< PDO data registrations */
     unsigned int working_counter_changes; /**< working counter changes
                                              since last notification */
-    cycles_t t_last; /**< time of last notification */
+    unsigned long notify_jiffies; /**< time of last notification */
 };
 
 /*****************************************************************************/