mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-11 05:14:46 -04:00
Add missing implementation for event_enable_debug_logging
This commit is contained in:
parent
07e132e3ad
commit
3b3e21de5a
8
log.c
8
log.c
@ -83,6 +83,14 @@ event_debug_get_logging_mask_(void)
|
|||||||
#endif
|
#endif
|
||||||
#endif /* EVENT_DEBUG_LOGGING_ENABLED */
|
#endif /* EVENT_DEBUG_LOGGING_ENABLED */
|
||||||
|
|
||||||
|
void
|
||||||
|
event_enable_debug_logging(ev_uint32_t which)
|
||||||
|
{
|
||||||
|
#ifdef EVENT_DEBUG_LOGGING_ENABLED
|
||||||
|
event_debug_logging_mask_ = which;
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
event_set_fatal_callback(event_fatal_cb cb)
|
event_set_fatal_callback(event_fatal_cb cb)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user