diff options
author | van Hauser <vh@thc.org> | 2021-01-01 13:42:58 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2021-01-01 13:42:58 +0100 |
commit | fac373ec9e4a0a35a5f0491a34e790137ca17dee (patch) | |
tree | c951c6361a07de2f403df5459bf688fc117bf92f /include/afl-fuzz.h | |
parent | 16d2bd31778600dedd3f8ca10f19bce62f14ccb8 (diff) | |
download | afl++-fac373ec9e4a0a35a5f0491a34e790137ca17dee.tar.gz |
try new weighting
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index a99e4991..d6a322cc 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -590,9 +590,9 @@ typedef struct afl_state { u32 rand_cnt; /* Random number counter */ -/* unsigned long rand_seed[3]; would also work */ + /* unsigned long rand_seed[3]; would also work */ AFL_RAND_RETURN rand_seed[3]; - s64 init_seed; + s64 init_seed; u64 total_cal_us, /* Total calibration time (us) */ total_cal_cycles; /* Total calibration cycles */ |