Skip to content
Snippets Groups Projects
Commit 38c31ea1 authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy
Browse files

limbo: encapsulate request inside write_de/promote

box_issue_promote/demote used to make WAL write and synchro
command apply in 2 separate synchro requests. Soon these APIs are
going to change a little. This patch moves the request creation
into the limbo internals so as box wouldn't care about request
structs.

Box now calls a single txn_limbo_write_promote/demote() function
which writes and applies a request under the hood.

Part of #6842

NO_DOC=Refactoring
NO_TEST=Refactoring
NO_CHANGELOG=Refactoring
parent 47cc4837
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment