[][src]Function transmission_sys::tr_torrentVerify

pub unsafe extern "C" fn tr_torrentVerify(
    torrent: *mut tr_torrent,
    callback_func_or_NULL: tr_verify_done_func,
    callback_data_or_NULL: *mut c_void
)

Queue a torrent for verification.

If callback_func is non-NULL, it will be called from the libtransmission thread after the torrent's completness state is updated after the file verification pass.