diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-01-17 16:39:05 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-01-17 16:39:05 +0100 |
commit | 55e9297202d646cfe7da8d6c5eb6937952812569 (patch) | |
tree | 42b402e419e225a644b8cedb7c1c0481d4404cc7 /include/sharedmem.h | |
parent | bd58094dbc87463680a54d99ffcff7ae2a591353 (diff) | |
download | afl++-55e9297202d646cfe7da8d6c5eb6937952812569.tar.gz |
first experiment cmplog
Diffstat (limited to 'include/sharedmem.h')
-rw-r--r-- | include/sharedmem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sharedmem.h b/include/sharedmem.h index 69291330..25c7336d 100644 --- a/include/sharedmem.h +++ b/include/sharedmem.h @@ -30,5 +30,7 @@ void setup_shm(unsigned char dumb_mode); void remove_shm(void); +extern int cmplog_mode; + #endif |