From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH] keepalive: fix exported symbols Date: Fri, 17 Jun 2016 17:14:21 +0100 Message-ID: <576421DD.6060703@intel.com> References: <1466175761-22563-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2E012CF21 for ; Fri, 17 Jun 2016 18:14:25 +0200 (CEST) In-Reply-To: <1466175761-22563-1-git-send-email-thomas.monjalon@6wind.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" rte_keepalive_mark_sleep is also missing from both. On 17/06/2016 16:02, Thomas Monjalon wrote: > The function rte_keepalive_register_alive_callback do not exist. > The function rte_keepalive_register_relay_callback was missing for BSD. > > Fixes: 90c622f35679 ("keepalive: add liveness callback") > > Signed-off-by: Thomas Monjalon Acked-by: Remy Horton