Skip to content
Snippets Groups Projects
Commit b9f8a4a4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added more explanations

parent 68e9f757
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,12 @@ present in that struct and can thus be used in subsequent regular
CURLcode result; /* return code for transfer */
} data;
};
When \fBmsg\fP is \fICURLMSG_DONE\fP, the message identifies a transfer that
is done, and then \fBresult\fP contains the return code for the easy handle
that just completed.
At this point, there is no other \fBmsg\fP types defined.
.SH "RETURN VALUE"
A pointer to a filled-in struct, or NULL if it failed or ran out of
structs. It also writes the number of messages left in the queue (after this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment