aboutsummaryrefslogtreecommitdiff
path: root/include/sharedmem.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-01-30 22:40:09 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-01-30 22:40:09 +0100
commit95a98fb3e805d94a3db82d5da21e9a00a79dbdf2 (patch)
tree4de4f17f898a4f0632098c9902614217fa2e53eb /include/sharedmem.h
parentb8bad5a2273b0cddd0244a7f37c20150a08af475 (diff)
downloadAFLplusplus-95a98fb3e805d94a3db82d5da21e9a00a79dbdf2.tar.gz
cmplog runtime for LLVM
Diffstat (limited to 'include/sharedmem.h')
-rw-r--r--include/sharedmem.h1
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