Add a comment on evthread_enable_lock_debuging.

This commit is contained in:
Nick Mathewson 2010-01-11 20:47:36 -05:00
parent 6cc79c6b40
commit b9f43b231f

View File

@ -172,7 +172,9 @@ int evthread_use_pthreads(void);
#endif
/* XXXXX */
/** Enable debugging wrappers around the current lock callbacks. If Libevent
* makes one of several common locking errors, exit with an assertion failure.
**/
void evthread_enable_lock_debuging(void);
#endif /* _EVENT_DISABLE_THREAD_SUPPORT */