Introducing a new IO class caching rule - file name prefix

Signed-off-by: Mariusz Barczak <mariusz.barczak@intel.com>
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Mariusz Barczak
2019-12-11 10:13:09 +01:00
committed by Robert Baldyga
parent 9c7b485cef
commit 7facb1e926
2 changed files with 50 additions and 2 deletions

View File

@@ -124,6 +124,9 @@ struct cas_cls_numeric {
struct cas_cls_string {
/* String specifier*/
char string[MAX_STRING_SPECIFIER_LEN];
/* String length */
uint32_t len;
};
/* Directory condition context */