aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Boehme <marcel.boehme@acm.org>2020-12-07 21:32:25 +0000
committerMarcel Boehme <marcel.boehme@acm.org>2020-12-07 21:32:25 +0000
commit06ec5ab3d723bf7f0a2ee76be8b12c09fa870a9d (patch)
tree04b3c8c06a0cd9d1e9256eace31c52141941bb44 /include
parente6de85861c4ec8fcc13a7f945bc8b3dfefa193bc (diff)
downloadAFLplusplus-06ec5ab3d723bf7f0a2ee76be8b12c09fa870a9d.tar.gz
Sampling next seed by weight (hit_count, bitmap_size, exec_us)
Diffstat (limited to 'include')
-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 bdf44def..6ce032df 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -168,7 +168,8 @@ struct queue_entry {
u8 *trace_mini; /* Trace bytes, if kept */
u32 tc_ref; /* Trace bytes ref count */
- double perf_score; /* performance score */
+ double perf_score, /* performance score */
+ weight;
u8 *testcase_buf; /* The testcase buffer, if loaded. */