diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-01-30 22:40:09 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-01-30 22:40:09 +0100 |
commit | 95a98fb3e805d94a3db82d5da21e9a00a79dbdf2 (patch) | |
tree | 4de4f17f898a4f0632098c9902614217fa2e53eb /include/sharedmem.h | |
parent | b8bad5a2273b0cddd0244a7f37c20150a08af475 (diff) | |
download | afl++-95a98fb3e805d94a3db82d5da21e9a00a79dbdf2.tar.gz |
cmplog runtime for LLVM
Diffstat (limited to 'include/sharedmem.h')
-rw-r--r-- | include/sharedmem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sharedmem.h b/include/sharedmem.h index 25c7336d..3540386d 100644 --- a/include/sharedmem.h +++ b/include/sharedmem.h @@ -31,6 +31,7 @@ void setup_shm(unsigned char dumb_mode); void remove_shm(void); extern int cmplog_mode; +extern struct cmp_map* cmp_map; #endif |