From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH 1/3] eal: fix keep alive header for C++ Date: Mon, 15 Feb 2016 11:16:40 +0000 Message-ID: <56C1B398.2030804@intel.com> References: <1454691969-25734-1-git-send-email-thomas.monjalon@6wind.com> <1454691969-25734-2-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Thomas Monjalon , pablo.de.lara.guarch@intel.com, declan.doherty@intel.com Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 5ECBE592A for ; Mon, 15 Feb 2016 12:16:43 +0100 (CET) In-Reply-To: <1454691969-25734-2-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" On 05/02/2016 17:06, Thomas Monjalon wrote: > When built in a C++ application, the keepalive include fails: > > rte_keepalive.h:142:41: error: =E2=80=98ALIVE=E2=80=99 was not declared= in this scope > keepcfg->state_flags[rte_lcore_id()] =3D ALIVE; > ^ > > Fixes: 75583b0d1efd ("eal: add keep alive monitoring") > > Signed-off-by: Thomas Monjalon Acked-by: Remy Horton