From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc/versioning: add missing return value type in MAP_STATIC_SYMBOL example Date: Wed, 24 Aug 2016 17:37:51 +0200 Message-ID: <1823605.8AiWS57UsK@xps13> References: <1471191700-10556-1-git-send-email-mauricio.vasquez@polito.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, nhorman@tuxdriver.com To: Mauricio Vasquez B Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 19CAA137C for ; Wed, 24 Aug 2016 17:37:54 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id o80so33702760wme.1 for ; Wed, 24 Aug 2016 08:37:54 -0700 (PDT) In-Reply-To: <1471191700-10556-1-git-send-email-mauricio.vasquez@polito.it> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-08-14 18:21, Mauricio Vasquez B: > The example only had as return type struct, it is actually struct rte_acl_ctx * > > Signed-off-by: Mauricio Vasquez B Applied (minus a whitespace), thanks