Set file+line for epicsMutex

Makes the output of epicsMutexShowAll more useful wrt. libca.
This commit is contained in:
Michael Davidsaver
2019-04-03 15:18:18 -07:00
parent ede52d96b8
commit 5b09bb6e71
5 changed files with 6 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ repeaterSubscribeTimer::repeaterSubscribeTimer (
epicsMutex & cbMutexIn, cacContextNotify & ctxNotifyIn ) :
timer ( queueIn.createTimer () ), iiu ( iiuIn ),
cbMutex ( cbMutexIn ),ctxNotify ( ctxNotifyIn ),
stateMutex(__FILE__, __LINE__),
attempts ( 0 ), registered ( false ), once ( false )
{
}