summaryrefslogtreecommitdiff
path: root/examples/System_V_IPC/SV_Semaphores/Semaphore_Test.h
blob: 07bc3e9ecec8bfc62abcd2e30b142bfc2183bfc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* -*- C++ -*- */
// @(#)Semaphore_Test.h	1.1	10/18/96

#include "ace/Log_Msg.h"

#define SHMSZ 27
#define SEM_KEY_1 2345
#define SEM_KEY_2 4321
#define SHM_KEY 5678

#define ESD(MSG,LABEL) do { ACE_ERROR ((LM_ERROR, MSG)); goto LABEL; } while (0)