Function ucp_stream_data_release

Source
pub unsafe extern "C" fn ucp_stream_data_release(
    ep: ucp_ep_h,
    data: *mut c_void,
)
Expand description

@ingroup UCP_COMM @brief Release UCP data buffer returned by @ref ucp_stream_recv_data_nb.

@param [in] ep Endpoint @a data received from. @param [in] data Data pointer to release, which was returned from @ref ucp_stream_recv_data_nb.

This routine releases internal UCP data buffer returned by @ref ucp_stream_recv_data_nb when @a data is processed, the application can’t use this buffer after calling this function.