xrow: rename xrow_encode_vclock
This commit renames xrow_encode_vlock to xrow_encode_vclock_ignore0 since the next commit will introduce encoding vclock without ignoring 0th component, which is needed during sending the response to fetch snapshot request. This commit also removes internal field inside the replication_request structure, as the following commit will use 'vclock' for encoding/decoding vclock without ignoring component. Needed for tarantool/tarantool-ee#741 NO_DOC=refactoring NO_TEST=refactoring NO_CHANGELOG=refactoring
Showing
- src/box/applier.cc 2 additions, 2 deletionssrc/box/applier.cc
- src/box/box.cc 4 additions, 4 deletionssrc/box/box.cc
- src/box/memtx_engine.cc 1 addition, 1 deletionsrc/box/memtx_engine.cc
- src/box/xrow.c 18 additions, 17 deletionssrc/box/xrow.c
- src/box/xrow.h 10 additions, 7 deletionssrc/box/xrow.h
Loading
Please register or sign in to comment