about summary refs log tree commit diff
path: root/include/sharedmem.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-06-26 09:13:07 +0200
committervan Hauser <vh@thc.org>2020-06-26 09:13:07 +0200
commit1ecfd784187f2bec19b9040158202cdcdc64f06e (patch)
tree995aa9dcb1ee193966f6488b83c1efe5889802c7 /include/sharedmem.h
parent07fead04663b491c0a2f9053630e9a175dcbf635 (diff)
downloadafl++-1ecfd784187f2bec19b9040158202cdcdc64f06e.tar.gz
implement sharedmem mmap for cmplog
Diffstat (limited to 'include/sharedmem.h')
-rw-r--r--include/sharedmem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sharedmem.h b/include/sharedmem.h
index a77ab7c0..b15d0535 100644
--- a/include/sharedmem.h
+++ b/include/sharedmem.h
@@ -38,6 +38,8 @@ typedef struct sharedmem {
   /* ================ Proteas ================ */
   int  g_shm_fd;
   char g_shm_file_path[L_tmpnam];
+  int  cmplog_g_shm_fd;
+  char cmplog_g_shm_file_path[L_tmpnam];
 /* ========================================= */
 #else
   s32 shm_id;                          /* ID of the SHM region              */