Reinitialize the event base after a fork
$event_base
Some event mechanisms do not survive across fork. The event_base needs to be reinitialized with this function.
event_base
Valid event base resource that needs to be re-initialized.
Returns TRUE on success or FALSE on failure.
TRUE
FALSE