1 // file : RolyPoly/CrashPoint.h
2 // author : Boris Kolpackov <boris@dre.vanderbilt.edu>
6 // Valid crash-point values:
8 // 0 no crash (default)
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