about summary refs log tree commit diff
path: root/sharedmem.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-07-14 20:04:26 +0200
committerGitHub <noreply@github.com>2019-07-14 20:04:26 +0200
commit054976c3903771e2267cfcf67f38fec3ced2ab77 (patch)
tree21e2f2e0bbe93341c3813d96576c5e83f62195d0 /sharedmem.h
parent4a80dbdd10aedd3a3e70a0631aeb4e01438b634c (diff)
parentda8e03e18a1d01cb4ea26fc8efb25c4e7708a0b5 (diff)
downloadafl++-054976c3903771e2267cfcf67f38fec3ced2ab77.tar.gz
Merge pull request #14 from vanhauser-thc/shared_memory_mmap_refactor
Shared memory mmap refactor
Diffstat (limited to 'sharedmem.h')
-rw-r--r--sharedmem.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sharedmem.h b/sharedmem.h
new file mode 100644
index 00000000..53a85fcb
--- /dev/null
+++ b/sharedmem.h
@@ -0,0 +1,6 @@
+#ifndef __SHAREDMEM_H
+#define __SHAREDMEM_H
+
+void setup_shm(unsigned char dumb_mode);
+void remove_shm(void);
+#endif