diff -r 048c7310279c -r 42ed27ae6785 master/domain.h --- 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 */ }; /*****************************************************************************/