Initial integration

This commit is contained in:
mio
2025-01-19 22:32:24 +08:00
parent 635cd7374e
commit 1c9925c7d7
21 changed files with 512 additions and 42 deletions

View File

@ -51,6 +51,7 @@ typedef struct sharedmem {
size_t map_size; /* actual allocated size */
int cmplog_mode;
int sanfuzz_mode;
int shmemfuzz_mode;
struct cmp_map *cmp_map;