diff options
author | van Hauser <vh@thc.org> | 2021-01-30 14:57:17 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2021-01-30 14:57:17 +0100 |
commit | 3b3565269d0453c9f4b5b2847f809cd5d315fff2 (patch) | |
tree | a1aaa4c20545100d15b10d09425d7f732662e293 /include/afl-fuzz.h | |
parent | 2f96f1e9204f60d0a1b91a01f5da34b64b29cf9b (diff) | |
download | afl++-3b3565269d0453c9f4b5b2847f809cd5d315fff2.tar.gz |
foreign sync from ctime to mtime (libfuzzer)
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index f46d7707..12db9e4d 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -404,7 +404,7 @@ struct afl_pass_stat { struct foreign_sync { u8 * dir; - time_t ctime; + time_t mtime; }; |