diff -r e675450f2174 -r 9440f4ff25c7 master/domain.h --- a/master/domain.h Thu Aug 03 12:59:01 2006 +0000 +++ b/master/domain.h Wed Aug 09 14:38:44 2006 +0000 @@ -67,6 +67,9 @@ uint32_t base_address; /**< logical offset address of the process data */ unsigned int response_count; /**< number of responding slaves */ 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 */ }; /*****************************************************************************/