From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH libnftnl] src: Change parameters of SNPRINTF_BUFFER_SIZE macro. Date: Wed, 27 Sep 2017 14:07:27 +0200 Message-ID: <20170927120727.GA13535@salvia> References: <20170920162309.5852-1-rvarsha016@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Varsha Rao Return-path: Received: from ganesha.gnumonks.org ([213.95.27.120]:35445 "EHLO ganesha.gnumonks.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752414AbdI0MHc (ORCPT ); Wed, 27 Sep 2017 08:07:32 -0400 Content-Disposition: inline In-Reply-To: <20170920162309.5852-1-rvarsha016@gmail.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Wed, Sep 20, 2017 at 09:53:08PM +0530, Varsha Rao wrote: > SNPRINTF_BUFFER_SIZE() macro declaration and definition is changed so > that it accepts three arguments ret, remain and offset. Parameters size > and len are not required instead parameter remain keeps track of > available space in the buffer. Applied, thanks Varsha.