summaryrefslogtreecommitdiff
path: root/ACE/examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.h')
-rw-r--r--ACE/examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/ACE/examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.h b/ACE/examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.h
new file mode 100644
index 00000000000..3cfff4672b9
--- /dev/null
+++ b/ACE/examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.h
@@ -0,0 +1,12 @@
+/* -*- C++ -*- */
+// $Id$
+
+#include "ace/config-all.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#define SHMSZ 27
+#define SEM_KEY 1234
+#define SHM_KEY 5678