summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ftp.h
diff options
context:
space:
mode:
authorMichael Brown2006-12-05 20:07:47 +0100
committerMichael Brown2006-12-05 20:07:47 +0100
commit89bcb57201d4175b08344eaf0ee4268abd7e8092 (patch)
tree372ad6b3dbccb1ab08893e7ba999b58672882d0d /src/include/gpxe/ftp.h
parentThe VPD engine is broken and can't actually handle placing VPD (diff)
downloadipxe-89bcb57201d4175b08344eaf0ee4268abd7e8092.tar.gz
ipxe-89bcb57201d4175b08344eaf0ee4268abd7e8092.tar.xz
ipxe-89bcb57201d4175b08344eaf0ee4268abd7e8092.zip
Update ftp.c to work with Nikhil's TCP stack.
Remove the now-totally-obsolete sockaddr_in field from tcp.h.
Diffstat (limited to 'src/include/gpxe/ftp.h')
-rw-r--r--src/include/gpxe/ftp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/ftp.h b/src/include/gpxe/ftp.h
index 6fad15276..1a0861e9c 100644
--- a/src/include/gpxe/ftp.h
+++ b/src/include/gpxe/ftp.h
@@ -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;