summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Portable_Interceptors/Redirection/CrashPoint.h
blob: a372943183426117670c08e249a3b1784f5d4262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// author    : Boris Kolpackov <boris@dre.vanderbilt.edu>
// $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