File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 18
18
*/
19
19
20
20
#include " config_service_v1.hpp"
21
- #include " wsrep_api.h"
22
21
#include " service_helpers.hpp"
22
+ #include " v26/wsrep_api.h"
23
23
#include " v26/wsrep_config_service.h"
24
24
#include " wsrep/logger.hpp"
25
25
#include " wsrep/provider_options.hpp"
Original file line number Diff line number Diff line change 22
22
23
23
#include " wsrep/server_state.hpp"
24
24
#include " wsrep/server_service.hpp"
25
+ #include " wsrep/provider_options.hpp"
25
26
#include " mock_client_state.hpp"
26
27
#include " mock_high_priority_service.hpp"
27
28
#include " mock_storage_service.hpp"
@@ -263,6 +264,7 @@ namespace wsrep
263
264
set_provider_factory ([&](wsrep::server_state&,
264
265
const std::string&,
265
266
const std::function<std::string ()>&,
267
+ wsrep::provider_options&,
266
268
const wsrep::provider::services&)
267
269
{
268
270
// The provider object is destroyed upon server state
You can’t perform that action at this time.
0 commit comments