ibv_fork_init

Function ibv_fork_init 

Source
pub unsafe extern "C" fn ibv_fork_init() -> c_int
Expand description

ibv_fork_init - Prepare data structures so that fork() may be used safely. If this function is not called or returns a non-zero status, then libibverbs data structures are not fork()-safe and the effect of an application calling fork() is undefined.