Home
last modified time | relevance | path

Searched refs:m_pComp (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/opencsd/decoder/source/
H A Dtrc_component.cpp42 m_pComp = 0; in errLogAttachMonitor()
47 if(m_pComp) in attachNotify()
48 m_pComp->do_attach_notify(num_attached); in attachNotify()
52 m_pComp = pComp; in Init()
53 if(m_pComp) in Init()
54 m_pComp->getErrorLogAttachPt()->set_notifier(this); in Init()
57 TraceComponent *m_pComp; member in errLogAttachMonitor