Core_Discard_Future Core_Exception
API Reference Manual  /  12 Haps  / 

Core_DSTC_Flush_Counter

Description
Triggered when the DSTC flushes a line's hit counter. It reports how many hits the STC recorded since the line was inserted.
Callback Type
void (*)(lang_void *callback_data, 
         conf_object_t *trigger_obj, int64 type, 
         int64 virtual_address, int64 physical_address, 
         int64 counter);

Core_Discard_Future Core_Exception