mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-02 05:22:26 +03:00
Interface changes required to store and remove fragments from high
priority context.
This commit is contained in:
@ -52,6 +52,11 @@ namespace wsrep
|
||||
bytes_certified_ += bytes;
|
||||
}
|
||||
|
||||
void applied(wsrep::seqno seqno)
|
||||
{
|
||||
fragments_.push_back(seqno);
|
||||
}
|
||||
|
||||
size_t fragments_certified() const
|
||||
{
|
||||
return fragments_.size();
|
||||
|
Reference in New Issue
Block a user