Function librist_sys::rist_peer_destroy[][src]

pub unsafe extern "C" fn rist_peer_destroy(
    ctx: *mut rist_ctx,
    peer: *mut rist_peer
) -> c_int

@brief Remove a peer connector to the existing sender.

@param ctx RIST context @param peer a pointer to the struct rist_peer, which points to the peer endpoint. @return 0 on success, -1 in case of error.