From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 17 Jul 2018 13:18:15 +0300 From: Vladimir Davydov Subject: Re: [PATCH 1/3] stailq: add stailq_insert function Message-ID: <20180717101815.jughfifyomnlf7y4@esperanza> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: tarantool-patches@freelists.org Cc: kostja@tarantool.org List-ID: On Fri, Jul 13, 2018 at 01:53:52PM +0300, Vladimir Davydov wrote: > The new function inserts a new item into the list at the specified > postion. > --- > src/lib/salad/stailq.h | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) Pushed it to 1.10.