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/strategy_vft.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'hicn-light/src/hicn/core/strategy_vft.h') diff --git a/hicn-light/src/hicn/core/strategy_vft.h b/hicn-light/src/hicn/core/strategy_vft.h index e698c9d94..61166d3dd 100644 --- a/hicn-light/src/hicn/core/strategy_vft.h +++ b/hicn-light/src/hicn/core/strategy_vft.h @@ -17,11 +17,12 @@ * \file strategy_vft.h * \brief hICN forwarding strategy VFT */ -#ifndef HICN_STRATEGY_VFT_H -#define HICN_STRATEGY_VFT_H +#ifndef HICNLIGHT_STRATEGY_VFT_H +#define HICNLIGHT_STRATEGY_VFT_H -#include -#include +#include "msgbuf.h" +#include "nexthops.h" +#include "strategy.h" /** * @typedef strategy_ops_t @@ -73,4 +74,4 @@ const strategy_ops_t strategy_ ## NAME = { \ .on_timeout = strategy_ ## NAME ## _on_timeout, \ } -#endif /* HICN_STRATEGY_VFT_H */ +#endif /* HICNLIGHT_STRATEGY_VFT_H */ -- cgit 1.2.3-korg