strip out ctrl process memory cache fresh flags & hash history, since both will be replaced by hash store layer's capabilities

This commit is contained in:
Ryan Fleury
2024-01-25 09:09:36 -08:00
parent d0c3d9dc21
commit b14b9f0344
4 changed files with 4 additions and 17 deletions
-2
View File
@@ -333,8 +333,6 @@ struct CTRL_ProcessMemoryCacheNode4
{
U64 page_memgen_idxs[256];
U128 page_hashes[256];
U128 last_page_hashes[256];
U64 page_fresh_flags[4];
};
typedef struct CTRL_ProcessMemoryCacheNode3 CTRL_ProcessMemoryCacheNode3;