mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-31 18:24:25 +03:00
Provider abstraction code compiles.
This commit is contained in:
@ -37,6 +37,20 @@ namespace wsrep
|
||||
++key_parts_len_;
|
||||
}
|
||||
|
||||
enum type type() const
|
||||
{
|
||||
return type_;
|
||||
}
|
||||
|
||||
size_t size() const
|
||||
{
|
||||
return key_parts_len_;
|
||||
}
|
||||
|
||||
const wsrep::buffer* key_parts() const
|
||||
{
|
||||
return key_parts_;
|
||||
}
|
||||
private:
|
||||
|
||||
enum type type_;
|
||||
|
Reference in New Issue
Block a user