From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f173.google.com (mail-lj1-f173.google.com [209.85.208.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 874ED445320 for ; Tue, 14 Jul 2020 17:44:44 +0300 (MSK) Received: by mail-lj1-f173.google.com with SMTP id d17so23074559ljl.3 for ; Tue, 14 Jul 2020 07:44:44 -0700 (PDT) From: Cyrill Gorcunov Date: Tue, 14 Jul 2020 17:44:36 +0300 Message-Id: <20200714144440.551127-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/4] qsync: continue cooking the code List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tml A few patches while being working on #5143 branch gorcunov/gh-5143-ack Cyrill Gorcunov (4): qsync: add missing functions descriptions qsync: drop txn_limbo_confirm_timeout qsync: txn_limbo_wait_complete -- fix type conversion qsync: don't send negative timeouts into fiber_cond_wait_timeout src/box/box.cc | 2 +- src/box/txn_limbo.c | 20 ++++++++------------ src/box/txn_limbo.h | 9 ++++++--- 3 files changed, 15 insertions(+), 16 deletions(-) base-commit: a9b99f0efa4a0be6b85a0e0ba1811300cdbec726 -- 2.26.2