From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp61.i.mail.ru (smtp61.i.mail.ru [217.69.128.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 1107E4696C3 for ; Fri, 3 Apr 2020 05:30:42 +0300 (MSK) Date: Fri, 3 Apr 2020 02:30:42 +0000 From: Nikita Pettik Message-ID: <20200403023042.GE946@tarantool.org> References: <1065f691482e681b779abd3698ec4489267c11fd.1579558507.git.v.shpilevoy@tarantool.org> <3f7c89be-9a2e-53ab-36c4-d71da5a12465@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <3f7c89be-9a2e-53ab-36c4-d71da5a12465@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 1/1] box: export box_session_push to the public C API List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org On 30 Mar 22:42, Vladislav Shpilevoy wrote: > @ChangeLog > - box_session_push() new public C API function. It takes a > const char * MessagePack, and returns it to the client > out of order, like Lua analogue (box.session.push()) (gh-4734). LGTM.