Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / Bug_3079 / CrashPoint.h
blob1bd3a22875c5b110ffb0a64fffdb28813f704ee0
1 // author : Boris Kolpackov <boris@dre.vanderbilt.edu>
2 #ifndef CRASH_POINT_H
3 #define CRASH_POINT_H
5 // Valid crash-point values:
6 //
7 // 0 no crash (default)
8 //
9 // 1 crash before logging the reply
11 // 2 crash after logging the reply but before replying to the client
14 extern short crash_point;
16 #endif // CRASH_POINT_H