Searched refs:m_pErrAttachMon (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/opencsd/decoder/source/
H A Dtrc_component.cpp82 if (m_pErrAttachMon)
83 delete m_pErrAttachMon;
96 m_pErrAttachMon = new (std::nothrow) errLogAttachMonitor();
97 if(m_pErrAttachMon)
98 m_pErrAttachMon->Init(this);
/freebsd-13-stable/contrib/opencsd/decoder/include/common/
H A Dtrc_component.h140 errLogAttachMonitor *m_pErrAttachMon; member in class:TraceComponent

Completed in 58 milliseconds