diff -r b3858d25ba4b -r 5d8281f1aa2a master/domain.h --- 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 */ }; /*****************************************************************************/