[Tarantool-patches] [PATCH 2/4] xrow: add ability to encode/decode ROLLBACK requests
Cyrill Gorcunov
gorcunov at gmail.com
Thu Jun 18 17:46:53 MSK 2020
> diff --git a/src/box/xrow.c b/src/box/xrow.c
> index 896e001b7..7a79a18dd 100644
> --- a/src/box/xrow.c
> +++ b/src/box/xrow.c
> @@ -879,7 +879,8 @@ xrow_encode_dml(const struct request *request, struct region *region,
> }
>
> int
> -xrow_encode_confirm(struct xrow_header *row, uint32_t replica_id, int64_t lsn)
> +xrow_encode_confirm_rollback(struct xrow_header *row, uint32_t replica_id,
> + int64_t lsn)
> {
Should not it be a static function?
More information about the Tarantool-patches
mailing list