mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Renamed server_context to server_state.
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
namespace wsrep
|
||||
{
|
||||
class client_state;
|
||||
class mock_server_context;
|
||||
class mock_server_state;
|
||||
}
|
||||
|
||||
#include "wsrep/transaction.hpp"
|
||||
@ -25,7 +25,7 @@ namespace wsrep_test
|
||||
void bf_abort_ordered(wsrep::client_state& cc);
|
||||
|
||||
// BF abort method to abort transactions via provider
|
||||
void bf_abort_provider(wsrep::mock_server_context& sc,
|
||||
void bf_abort_provider(wsrep::mock_server_state& sc,
|
||||
const wsrep::transaction& tc,
|
||||
wsrep::seqno bf_seqno);
|
||||
|
||||
|
Reference in New Issue
Block a user