master/domain.h
branchstable-1.1
changeset 1716 9440f4ff25c7
parent 1715 e675450f2174
child 344 5d8281f1aa2a
--- 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 */
 };
 
 /*****************************************************************************/