summaryrefslogtreecommitdiff
path: root/examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.h
blob: 4e8cd9b9d13b319be474288a63c9618728dcd706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* -*- C++ -*- */
// $Id$

#include "ace/OS.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