1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

Refactoring continued.

This commit is contained in:
Teemu Ollakka
2018-06-15 15:13:22 +03:00
parent 4fbf1d0cf8
commit b3f60b7be1
13 changed files with 197 additions and 89 deletions

View File

@ -41,6 +41,11 @@ namespace wsrep
*this, client_service_, ++last_client_id_,
wsrep::client_context::m_applier);
}
void release_client_context(wsrep::client_context* client_context)
{
delete client_context;
}
void log_dummy_write_set(wsrep::client_context&,
const wsrep::ws_meta&)
WSREP_OVERRIDE