From d8bb9181870d5e2b90ecd066cae575f659425c7b Mon Sep 17 00:00:00 2001 From: Vladimir Zhigulin Date: Wed, 10 Jan 2024 10:40:18 +0100 Subject: [PATCH] fix comment --- upf/flowtable.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/upf/flowtable.h b/upf/flowtable.h index ee016a2..3e9e839 100644 --- a/upf/flowtable.h +++ b/upf/flowtable.h @@ -193,8 +193,7 @@ typedef struct /* hashtable */ clib_bihash_48_8_t flows_ht; - /* timers */ - /* this is vector of max_ */ + /* vector of FLOW_TIMER_MAX_LIFETIME timers lists */ flow_timeout_list_t *timers; u32 time_index;