diff options
Diffstat (limited to 'hicn-plugin/src/strategy.h')
-rw-r--r-- | hicn-plugin/src/strategy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hicn-plugin/src/strategy.h b/hicn-plugin/src/strategy.h index a0100a4da..19eee72c5 100644 --- a/hicn-plugin/src/strategy.h +++ b/hicn-plugin/src/strategy.h @@ -70,7 +70,9 @@ typedef struct typedef enum { HICN_STRATEGY_NEXT_INTEREST_HITPIT, + HICN_STRATEGY_NEXT_INTEREST_HITCS, HICN_STRATEGY_NEXT_ERROR_DROP, + HICN_STRATEGY_NEXT_EMPTY, HICN_STRATEGY_N_NEXT, } hicn_strategy_next_t; |