HVD element hit count message, sent with the SWEVT_RR_ELEMENT_UPDATE_HITS event. More...
#include "rrevents.h"
Data Fields | |
void * | connection |
sw_tl_ref | timeline |
const uint8 * | id |
HqBool | raise |
unsigned int | hits_delta |
HVD element hit count message, sent with the SWEVT_RR_ELEMENT_UPDATE_HITS event.
Increment or decrement the hit count for the element identified by id by the amount given in hits_delta - whether to add or subtract to the hit count is determined by the raise flag.
void* SWMSG_RR_ELEMENT_UPDATE_HITS::connection |
Opaque handle to the connection to which this event is relevant. All handlers whose connection handle doesn't match should immediately return SW_EVENT_CONTINUE.
unsigned int SWMSG_RR_ELEMENT_UPDATE_HITS::hits_delta |
Number of hits to add to or subtract from the overall hit count.
const uint8* SWMSG_RR_ELEMENT_UPDATE_HITS::id |
Unique ID, length RR_ELEMENT_ID_LENGTH.
HqBool SWMSG_RR_ELEMENT_UPDATE_HITS::raise |
Whether to raise or lower the hit count.
sw_tl_ref SWMSG_RR_ELEMENT_UPDATE_HITS::timeline |
Identifies the job containing the pages.