diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-09-27 21:15:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-09-27 21:15:36 +0000 |
commit | b9f8a4a477a74781fddc28ba2fe9d0713de0acf9 (patch) | |
tree | 4e7259a6cddaa002d443dd7a39f2ea79761293e1 /docs | |
parent | 68e9f7570839383e90451082a447733c988d9c9b (diff) |
added more explanations
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_multi_info_read.3 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/libcurl/curl_multi_info_read.3 b/docs/libcurl/curl_multi_info_read.3 index 304be87b5..5bd934a7c 100644 --- a/docs/libcurl/curl_multi_info_read.3 +++ b/docs/libcurl/curl_multi_info_read.3 @@ -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 |