1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-27 09:01:50 +03:00

Renamed client_context to client_state.

This commit is contained in:
Teemu Ollakka
2018-06-17 10:00:13 +03:00
parent 97ee96987e
commit dd28b173ab
33 changed files with 518 additions and 518 deletions

View File

@ -8,7 +8,7 @@
#include "db_params.hpp"
#include "wsrep/mutex.hpp"
#include "wsrep/client_context.hpp"
#include "wsrep/client_state.hpp"
#include <atomic>
#include <unordered_set>