master/domain.h
changeset 344 5d8281f1aa2a
parent 332 e16093374dfd
child 363 58588a3a1562
--- a/master/domain.h	Wed Aug 09 15:00:20 2006 +0000
+++ b/master/domain.h	Tue Aug 15 08:09:18 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 */
 };
 
 /*****************************************************************************/