Switch over to more modern unix sharedmemory API (requested by fatbob)
[umurmur.git] / src / sharedmemory_global.h
diff --git a/src/sharedmemory_global.h b/src/sharedmemory_global.h
new file mode 100644 (file)
index 0000000..217ef9a
--- /dev/null
@@ -0,0 +1,3 @@
+int shm_fd;\r
+shm_t *shmptr = NULL;\r
+char shm_file_name[128];
\ No newline at end of file