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

Refactored server_service out of server_state.

This commit is contained in:
Teemu Ollakka
2018-06-18 17:45:24 +03:00
parent ef5751943d
commit cf231bdf2d
14 changed files with 142 additions and 89 deletions

View File

@ -7,6 +7,7 @@ add_executable(dbsim
db_client_service.cpp
db_params.cpp
db_server.cpp
db_server_service.cpp
db_server_state.cpp
db_simulator.cpp
db_storage_engine.cpp