mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
sockets are curl_socket_t to build cleaner
This commit is contained in:
parent
64298e528d
commit
e8b77477c7
@ -147,7 +147,7 @@ typedef struct tftp_state_data {
|
||||
tftp_mode_t mode;
|
||||
tftp_error_t error;
|
||||
struct connectdata *conn;
|
||||
int sockfd;
|
||||
curl_socket_t sockfd;
|
||||
int retries;
|
||||
int retry_time;
|
||||
int retry_max;
|
||||
|
Loading…
Reference in New Issue
Block a user