From: Cyrill Gorcunov <gorcunov@gmail.com>
To: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: Re: [Tarantool-patches] [PATCH 1/1] xrow: introduce struct synchro_request
Date: Sat, 15 Aug 2020 16:38:16 +0300 [thread overview]
Message-ID: <20200815133816.GE2074@grain> (raw)
In-Reply-To: <eb8e07a3-66c0-8ef8-ce99-606118ba507a@tarantool.org>
On Sat, Aug 15, 2020 at 03:24:11PM +0200, Vladislav Shpilevoy wrote:
>
> Ok, done:
>
> ====================
> @@ -277,10 +277,11 @@ txn_limbo_write_synchro(struct txn_limbo *limbo, uint32_t type, int64_t lsn)
> {
> assert(lsn > 0);
>
> - struct synchro_request req;
> - req.type = type;
> - req.replica_id = limbo->instance_id;
> - req.lsn = lsn;
> + struct synchro_request req = {
> + .type = type,
> + .replica_id = limbo->instance_id,
> + .lsn = lsn,
> + };
>
Ack. Thank you!
next prev parent reply other threads:[~2020-08-15 13:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-13 21:58 Vladislav Shpilevoy
2020-08-13 22:17 ` Cyrill Gorcunov
2020-08-15 13:24 ` Vladislav Shpilevoy
2020-08-15 13:38 ` Cyrill Gorcunov [this message]
2020-08-17 15:51 ` Serge Petrenko
2020-08-17 20:22 ` Vladislav Shpilevoy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200815133816.GE2074@grain \
--to=gorcunov@gmail.com \
--cc=tarantool-patches@dev.tarantool.org \
--cc=v.shpilevoy@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH 1/1] xrow: introduce struct synchro_request' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox