master/domain.h
changeset 332 e16093374dfd
parent 325 7833cf70c4f2
child 344 5d8281f1aa2a
--- a/master/domain.h	Thu Aug 03 19:47:29 2006 +0000
+++ b/master/domain.h	Thu Aug 03 20:11:20 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 */
 };
 
 /*****************************************************************************/