curl_multi_assign

fnCURLMcode curl_multi_assign(CURLM * multi_handle, curl_socket_t sockfd, void * sockp)

Name: curl_multi_assign()

Desc: This function sets an association in the multi handle between the given socket and a private pointer of the application. This is (only) useful for curl_multi_socket uses.

Returns

CURLM error code.