Skip to content
Snippets Groups Projects
Commit 6d188772 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Kirill Yukhin
Browse files

iproto: stringify IPROTO_CONFIRM, IPROTO_ROLLBACK


Fixes #5199

Signed-off-by: default avatarCyrill Gorcunov <gorcunov@gmail.com>
parent 8c50e069
No related branches found
No related tags found
No related merge requests found
......@@ -276,6 +276,10 @@ iproto_type_name(uint32_t type)
return iproto_type_strs[type];
switch (type) {
case IPROTO_CONFIRM:
return "CONFIRM";
case IPROTO_ROLLBACK:
return "ROLLBACK";
case VY_INDEX_RUN_INFO:
return "RUNINFO";
case VY_INDEX_PAGE_INFO:
......
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