mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
Update ftp.c to work with Nikhil's TCP stack.
Remove the now-totally-obsolete sockaddr_in field from tcp.h.
This commit is contained in:
@@ -49,6 +49,8 @@ struct ftp_request {
|
||||
* remote server.
|
||||
*/
|
||||
void ( *callback ) ( char *data, size_t len );
|
||||
/** Eventual return status */
|
||||
int rc;
|
||||
/** Asynchronous operation for this FTP operation */
|
||||
struct async_operation aop;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user