about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-30 19:00:41 +0200
committervan Hauser <vh@thc.org>2020-07-30 19:00:41 +0200
commit320f26d26f7e0cbe093e6f5af5f27f180bc31a1b (patch)
tree3c4bdbd2825df31fa22d1b66445e6e200040e2d0 /include/afl-fuzz.h
parentc661587128fd84847e88bb1b66e8403b81d0d296 (diff)
downloadafl++-320f26d26f7e0cbe093e6f5af5f27f180bc31a1b.tar.gz
add -b option to afl-fuzz
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h3
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                */