aboutsummaryrefslogtreecommitdiffstats
path: root/core/fs/pxe/pxe.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fs/pxe/pxe.h')
-rw-r--r--core/fs/pxe/pxe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/fs/pxe/pxe.h b/core/fs/pxe/pxe.h
index 45e5008e..274f1c9f 100644
--- a/core/fs/pxe/pxe.h
+++ b/core/fs/pxe/pxe.h
@@ -149,10 +149,12 @@ struct bootp_t {
uint8_t options[1260]; /* Vendor options */
} __attribute__ ((packed));
+struct netconn;
/*
* Our inode private information -- this includes the packet buffer!
*/
struct pxe_pvt_inode {
+ struct netconn *conn; /* lwip network connection */
uint16_t tftp_localport; /* Local port number (0=not in us)*/
uint16_t tftp_remoteport; /* Remote port number */
uint32_t tftp_remoteip; /* Remote IP address */