summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Demux/demux_test_macros.h
blob: f2cb975fb25083346dc9aa05772f3a884dce16ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef TAO_DEMUX_TEST_MACROS_H
#define TAO_DEMUX_TEST_MACROS_H

// $Id$
// ============================================================================
//
// = LIBRARY
//    TAO/performance-tests/Demux
//
// = FILENAME
//    demux_test_macros.h
//
//    constants used by both the server and client
//
// = AUTHOR
//
//    Aniruddha Gokhale
//
// ============================================================================

#define TAO_DEMUX_TEST_MAX_POAS  100
#define TAO_DEMUX_TEST_MAX_OBJS  1000
#define TAO_DEMUX_TEST_MAX_OPS  500

#endif /* TAO_DEMUX_TEST_MACROS_H */