make timer queue visible from epicsTimer

This commit is contained in:
Jeff Hill
2001-07-12 02:23:14 +00:00
parent f82a4a28d2
commit 41a2ba5a9b
7 changed files with 94 additions and 42 deletions

View File

@@ -166,7 +166,7 @@ timer & timerQueue::createTimer ()
void timerQueue::destroyTimer ( timer & tmr )
{
epicsAutoMutex autoLock ( this->mutex );
tmr.privateCancel ();
tmr.~timer ();
this->timerFreeList.release ( &tmr, sizeof( tmr ) );
}