From c87345903a3cdb7a392b4bbb0f25ed2c1b7fbd45 Mon Sep 17 00:00:00 2001 From: Alberto Compagno Date: Fri, 8 Mar 2019 09:30:39 +0100 Subject: [HICN-100] When the incoming face of a data is an application face, the data is always stored in the face CS (if any) Change-Id: I87e296caa57e04964f6f3971f37737d4c6e49c8f Signed-off-by: Alberto Compagno --- hicn-plugin/src/interest_hitcs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hicn-plugin/src/interest_hitcs.h') diff --git a/hicn-plugin/src/interest_hitcs.h b/hicn-plugin/src/interest_hitcs.h index 82b0ace54..3588d4e08 100644 --- a/hicn-plugin/src/interest_hitcs.h +++ b/hicn-plugin/src/interest_hitcs.h @@ -42,6 +42,7 @@ typedef enum { HICN_INTEREST_HITCS_NEXT_V4_LOOKUP, HICN_INTEREST_HITCS_NEXT_V6_LOOKUP, + HICN_INTEREST_HITCS_NEXT_PUSH, HICN_INTEREST_HITCS_NEXT_ERROR_DROP, HICN_INTEREST_HITCS_N_NEXT, } hicn_interest_hitcs_next_t; -- cgit 1.2.3-korg