Update bug_report.md
[ACE_TAO.git] / TAO / orbsvcs / examples / FaultTolerance / RolyPoly / CrashPoint.h
blob064f03f6135f6af94ed86ea3ba08edc7c568df6f
1 // file : RolyPoly/CrashPoint.h
2 // author : Boris Kolpackov <boris@dre.vanderbilt.edu>
3 #ifndef CRASH_POINT_H
4 #define CRASH_POINT_H
6 // Valid crash-point values:
7 //
8 // 0 no crash (default)
9 //
10 // 1 crash before logging the reply
12 // 2 crash after logging the reply but before replying to the client
15 extern short crash_point;
17 #endif // CRASH_POINT_H