diff options
| author | Michael Brown | 2007-01-18 04:39:45 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-18 04:39:45 +0100 |
| commit | dd6d94004f2cd33401978a91353f5c352caa1313 (patch) | |
| tree | 386c513b5b16f564db93ae057c9e85545d873a4c /src/include/gpxe | |
| parent | Replacement for fetch() which operates asynchronously and identifies (diff) | |
| download | ipxe-dd6d94004f2cd33401978a91353f5c352caa1313.tar.gz ipxe-dd6d94004f2cd33401978a91353f5c352caa1313.tar.xz ipxe-dd6d94004f2cd33401978a91353f5c352caa1313.zip | |
HTTP/DNS now working fully asynchronously. HTTP/IP addresses and any
other protocol won't work at the moment.
Diffstat (limited to 'src/include/gpxe')
| -rw-r--r-- | src/include/gpxe/http.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/http.h b/src/include/gpxe/http.h index 49922e502..3cfc888a4 100644 --- a/src/include/gpxe/http.h +++ b/src/include/gpxe/http.h @@ -41,6 +41,8 @@ struct http_request { /** HTTP Content-Length */ size_t content_length; + /** Server address */ + struct sockaddr server; /** TCP application for this request */ struct tcp_application tcp; /** Number of bytes already sent */ |
