diff options
Diffstat (limited to 'hicn-plugin/src/interest_hitpit.h')
-rw-r--r-- | hicn-plugin/src/interest_hitpit.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hicn-plugin/src/interest_hitpit.h b/hicn-plugin/src/interest_hitpit.h index 28427d342..fc4cfc3ea 100644 --- a/hicn-plugin/src/interest_hitpit.h +++ b/hicn-plugin/src/interest_hitpit.h @@ -41,8 +41,7 @@ typedef struct typedef enum { HICN_INTEREST_HITPIT_NEXT_INTEREST_HITCS, - HICN_INTEREST_HITPIT_NEXT_IP4_LOOKUP, - HICN_INTEREST_HITPIT_NEXT_IP6_LOOKUP, + HICN_INTEREST_HITPIT_NEXT_STRATEGY, HICN_INTEREST_HITPIT_NEXT_ERROR_DROP, HICN_INTEREST_HITPIT_N_NEXT, } hicn_interest_hitpit_next_t; |