Skip to content
Snippets Groups Projects
Commit 310387c6 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Vladislav Shpilevoy
Browse files

qsync: add missing functions descriptions

parent 2ef8fd3b
No related branches found
No related tags found
No related merge requests found
......@@ -252,9 +252,15 @@ txn_limbo_wait_confirm(struct txn_limbo *limbo);
void
txn_limbo_force_empty(struct txn_limbo *limbo, int64_t last_confirm);
/**
* Update qsync parameters dynamically.
*/
void
txn_limbo_on_parameters_change(struct txn_limbo *limbo);
/**
* Initialize qsync engine.
*/
void
txn_limbo_init();
......
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