mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Refactored storage service out of client service interface.
This commit is contained in:
@ -46,7 +46,7 @@ namespace db
|
||||
|
||||
wsrep::default_mutex mutex_;
|
||||
const db::params& params_;
|
||||
std::map<size_t, std::unique_ptr<db::server>> servers_;
|
||||
std::map<wsrep::id, std::unique_ptr<db::server>> servers_;
|
||||
std::chrono::time_point<std::chrono::steady_clock> clients_start_;
|
||||
std::chrono::time_point<std::chrono::steady_clock> clients_stop_;
|
||||
public:
|
||||
|
Reference in New Issue
Block a user