WIP
This commit is contained in:
parent
527b557f9e
commit
ed80e8a436
12 changed files with 117 additions and 50 deletions
|
@ -22,8 +22,8 @@
|
|||
|
||||
RemoteLog* RemoteLog::m_self = nullptr;
|
||||
|
||||
RemoteLog::RemoteLog()
|
||||
: m_maxRows(100)
|
||||
RemoteLog::RemoteLog(size_t maxRows)
|
||||
: m_maxRows(maxRows)
|
||||
{
|
||||
uv_mutex_init(&m_mutex);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue