From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.46.186]) by dpdk.org (Postfix) with ESMTP id C0E62B39B for ; Thu, 18 Sep 2014 22:20:13 +0200 (CEST) Received: by mail.mhcomputing.net (Postfix, from userid 1000) id 30FA380C764; Thu, 18 Sep 2014 13:25:37 -0700 (PDT) Date: Thu, 18 Sep 2014 13:25:37 -0700 From: Matthew Hall To: Thomas Monjalon Message-ID: <20140918202537.GA24891@mhcomputing.net> References: <1410683686-12389-1-git-send-email-mhall@mhcomputing.net> <59AF69C657FD0841A61C55336867B5B0343F15D6@IRSMSX103.ger.corp.intel.com> <3563815.8jcoVSoRJA@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3563815.8jcoVSoRJA@xps13> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] librte_log: add function to retrieve log_level X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 20:20:14 -0000 On Thu, Sep 18, 2014 at 03:29:11PM +0200, Thomas Monjalon wrote: > void is missing here Ah yes, sorry for missing it. Thanks for correcting and applying, glad to have it available upstream. Matthew.