improve logging of http comms and of deadlocks

This commit is contained in:
Richard Frith-Macdonald 2018-03-16 15:11:02 +00:00
parent 7c1b9b4d15
commit 81102fae85
5 changed files with 109 additions and 33 deletions

View file

@ -319,6 +319,14 @@ extern "C" {
@end
#if !NO_GNUSTEP
typedef void NSLock_error_handler (id obj, SEL _cmd, BOOL stop);
/** Code may replace this function pointer in order to intercept the normal
* logging of a deadlock.
*/
GS_EXPORT NSLock_error_handler *_NSLock_error_handler;
#endif
#if defined(__cplusplus)
}
#endif