mirror of
https://github.com/curl/curl.git
synced 2026-06-06 00:04:15 +03:00
Jeff Pohlmeyer pointed out this stupid variable type error
This commit is contained in:
parent
824b78021c
commit
7ba5e098a3
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ struct fdinfo {
|
|||
long timeout; /* as set by libcurl */
|
||||
struct event ev; /* */
|
||||
int evset; /* true if the 'ev' struct has been used in a event_set() call */
|
||||
CURLMcode *multi; /* pointer to the multi handle */
|
||||
CURLM *multi; /* pointer to the multi handle */
|
||||
int *running_handles; /* pointer to the running_handles counter */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue