summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/CrashPoint.h
blob: 69f2e1a00440f3b2e772496d7dba6c8b48ac3e8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// file      : RolyPoly/CrashPoint.h
// author    : Boris Kolpackov <boris@dre.vanderbilt.edu>
// cvs-id    : $Id$

#ifndef CRASH_POINT_H
#define CRASH_POINT_H

// Valid crash-point values:
//
// 0 no crash (default)
//
// 1 crash before logging the reply
//
// 2 crash after logging the reply but before replying to the client
//

extern short crash_point;

#endif // CRASH_POINT_H