Reinitialize the event base after a fork
Some event mechanisms do not survive across fork. The event base needs to be reinitialized with the event_reinit() function.
@param base the event base that needs to be re-initialized @return 0 if successful, or -1 if some events could not be re-added. @see event_base_new()
See Implementation
Reinitialize the event base after a fork
Some event mechanisms do not survive across fork. The event base needs to be reinitialized with the event_reinit() function.
@param base the event base that needs to be re-initialized @return 0 if successful, or -1 if some events could not be re-added. @see event_base_new()