From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] eal: fix missing symbol exports Date: Mon, 20 Jun 2016 12:22:04 +0200 Message-ID: <2327326.i5zEun4jHP@xps13> References: <1466416740-17421-1-git-send-email-remy.horton@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Remy Horton Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 2694C91B8 for ; Mon, 20 Jun 2016 12:22:06 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id v199so62820059wmv.0 for ; Mon, 20 Jun 2016 03:22:06 -0700 (PDT) In-Reply-To: <1466416740-17421-1-git-send-email-remy.horton@intel.com> 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-06-20 10:59, Remy Horton: > The KeepAlive rte_keepalive_mark_sleep function was not being exported. > > Fixes: 90c622f35679 ("keepalive: add liveness callback") > > Signed-off-by: Remy Horton I missed it during the review. Applied, thanks