summaryrefslogtreecommitdiff
path: root/examples/System_V_IPC/SV_Semaphores/Semaphore_Test.h
blob: 72aab815ff8acfe36aeb77547fcb2cc387e00886 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* -*- C++ -*- */
// $Id$

#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)