diff options
author | van Hauser <vh@thc.org> | 2020-07-30 19:00:41 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-30 19:00:41 +0200 |
commit | 320f26d26f7e0cbe093e6f5af5f27f180bc31a1b (patch) | |
tree | 3c4bdbd2825df31fa22d1b66445e6e200040e2d0 /include/afl-fuzz.h | |
parent | c661587128fd84847e88bb1b66e8403b81d0d296 (diff) | |
download | afl++-320f26d26f7e0cbe093e6f5af5f27f180bc31a1b.tar.gz |
add -b option to afl-fuzz
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 1c1be711..bc3f65b6 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -545,7 +545,8 @@ typedef struct afl_state { u64 total_bitmap_size, /* Total bit count for all bitmaps */ total_bitmap_entries; /* Number of bitmaps counted */ - s32 cpu_core_count; /* CPU core count */ + s32 cpu_core_count, /* CPU core count */ + cpu_to_bind; /* bind to specific CPU */ #ifdef HAVE_AFFINITY s32 cpu_aff; /* Selected CPU core */ |