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