mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-31 18:24:25 +03:00
Cleanups
This commit is contained in:
@ -34,6 +34,12 @@
|
||||
#include <vector>
|
||||
#include <ostream>
|
||||
|
||||
/**
|
||||
* Empty provider magic. If none provider is passed to make_provider(),
|
||||
* a dummy provider is loaded.
|
||||
*/
|
||||
#define WSREP_LIB_PROVIDER_NONE "none"
|
||||
|
||||
namespace wsrep
|
||||
{
|
||||
class server_state;
|
||||
@ -405,14 +411,6 @@ namespace wsrep
|
||||
*/
|
||||
virtual void* native() const = 0;
|
||||
|
||||
|
||||
/**
|
||||
* Empty provider magic. If none provider is passed to make_provider(),
|
||||
* a dummy provider is loaded.
|
||||
*/
|
||||
static WSREP_CONSTEXPR_OR_INLINE
|
||||
const char* none() { return "none"; }
|
||||
|
||||
/**
|
||||
* Create a new provider.
|
||||
*
|
||||
|
Reference in New Issue
Block a user