mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
improve logging of http comms and of deadlocks
This commit is contained in:
parent
7c1b9b4d15
commit
81102fae85
5 changed files with 109 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue