From 32dccec98e4c7d7e4ce902e19ba8d1b29b823758 Mon Sep 17 00:00:00 2001 From: Jordan Augé Date: Wed, 23 Sep 2020 17:50:52 +0200 Subject: [HICN-570] Message buffer (incl. CS and PIT changes) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4c508e4b04dee3acbfc3da1d26e1770cb826f22b Signed-off-by: Jordan Augé --- hicn-light/src/hicn/core/nexthops.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'hicn-light/src/hicn/core/nexthops.h') diff --git a/hicn-light/src/hicn/core/nexthops.h b/hicn-light/src/hicn/core/nexthops.h index b45ae360f..8e4878b45 100644 --- a/hicn-light/src/hicn/core/nexthops.h +++ b/hicn-light/src/hicn/core/nexthops.h @@ -18,11 +18,12 @@ * \brief Nexthops */ -#ifndef HICN_NEXTHOPS_H -#define HICN_NEXTHOPS_H +#ifndef HICNLIGHT_NEXTHOPS_H +#define HICNLIGHT_NEXTHOPS_H #include #include +#include #include @@ -151,4 +152,4 @@ nexthops_contains(nexthops_t * nexthops, unsigned nexthop) #define nexthops_select(nexthops, i) ((nexthops)->flags = 1 << (i)) #define nexthops_select_one(nexthops) (nexthops_select((nexthops), 0)) -#endif /* HICN_NEXTHOPS_H */ +#endif /* HICNLIGHT_NEXTHOPS_H */ -- cgit 1.2.3-korg