openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_UIO_Append()

int32_t BSL_UIO_Append ( BSL_UIO uio,
BSL_UIO tail 
)

Add a UIO object to the tail of the chain.

注意
The reference counting of the added UIO object will not increase by 1.
参数
uio[IN] uio object
tail[IN] UIO object added to the tail
返回值
BSL_SUCCESS,success.
Non-BSL_SUCCESS,failure.For details, see bsl_errno.h.