master/domain.h
changeset 885 eaa10a277d52
parent 883 4963e22a267a
child 944 3da464db1784
equal deleted inserted replaced
884:f661afa67784 885:eaa10a277d52
    69     ec_origin_t data_origin; /**< Origin of the \a data memory. */
    69     ec_origin_t data_origin; /**< Origin of the \a data memory. */
    70     struct list_head datagrams; /**< Datagrams for process data exchange. */
    70     struct list_head datagrams; /**< Datagrams for process data exchange. */
    71     uint32_t logical_base_address; /**< Logical offset address of the
    71     uint32_t logical_base_address; /**< Logical offset address of the
    72                                      process data. */
    72                                      process data. */
    73     unsigned int working_counter; /**< Last working counter value. */
    73     unsigned int working_counter; /**< Last working counter value. */
    74     unsigned int state; /**< Error state. */
       
    75     unsigned int working_counter_changes; /**< Working counter changes
    74     unsigned int working_counter_changes; /**< Working counter changes
    76                                              since last notification. */
    75                                              since last notification. */
    77     unsigned long notify_jiffies; /**< Time of last notification. */
    76     unsigned long notify_jiffies; /**< Time of last notification. */
    78 };
    77 };
    79 
    78