1 // author : Boris Kolpackov <boris@dre.vanderbilt.edu>
5 // Valid crash-point values:
7 // 0 no crash (default)
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