mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 05:13:36 +08:00
Added support for heartbeat global option.
This commit is contained in:
@@ -59,3 +59,9 @@ CClientProxy::getName() const
|
||||
{
|
||||
return m_name;
|
||||
}
|
||||
|
||||
const CMutex*
|
||||
CClientProxy::getMutex() const
|
||||
{
|
||||
return &m_mutex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user