Function gnunet_sys::GNUNET_DISK_pipe[][src]

pub unsafe extern "C" fn GNUNET_DISK_pipe(
    pf: GNUNET_DISK_PipeFlags
) -> *mut GNUNET_DISK_PipeHandle

Creates an interprocess channel

@param pf how to configure the pipe @return handle to the new pipe, NULL on error