Function gnunet_sys::GNUNET_OS_install_parent_control_handler[][src]

pub unsafe extern "C" fn GNUNET_OS_install_parent_control_handler(
    cls: *mut c_void
)

Connects this process to its parent via pipe; essentially, the parent control handler will read signal numbers from the #GNUNET_OS_CONTROL_PIPE (as given in an environment variable) and raise those signals.

@param cls closure (unused)