Peek at a Timer Queue

anonymous wrote on Monday, October 08, 2012:

Is there a function or fancy way of peeking at the number of messages on a timer queue? 

rtel wrote on Tuesday, October 09, 2012:

The timer queue is private to the timers.c source file, so you could not peek the queue without editing the core source files first to remove the “static”, and in so doing, making the timer queue global.

Regards.