summaryrefslogtreecommitdiff
path: root/include/uapi/linux/fmd/Peripherals/fm_pcd_ioctls.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/fmd/Peripherals/fm_pcd_ioctls.h')
-rw-r--r--include/uapi/linux/fmd/Peripherals/fm_pcd_ioctls.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/linux/fmd/Peripherals/fm_pcd_ioctls.h b/include/uapi/linux/fmd/Peripherals/fm_pcd_ioctls.h
index b0bd8aa..a4b5e76 100644
--- a/include/uapi/linux/fmd/Peripherals/fm_pcd_ioctls.h
+++ b/include/uapi/linux/fmd/Peripherals/fm_pcd_ioctls.h
@@ -1486,6 +1486,12 @@ typedef struct ioc_fm_pcd_hash_table_params_t {
ioc_fm_pcd_cc_next_engine_params_t cc_next_engine_params_for_miss;
/**< Parameters for defining the next engine when a key is not matched */
+ bool aging_support; /**< TRUE to enable aging support for all keys of this hash table;
+ Aging status of a key enables the application to monitor if the
+ key was accessed for a certain period of time, meaning if a
+ packet that matches this key was received since this bit was last
+ set by the application */
+
void *id;
} ioc_fm_pcd_hash_table_params_t;