summaryrefslogtreecommitdiff
path: root/core/include/pxe.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/include/pxe.h')
-rw-r--r--core/include/pxe.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/include/pxe.h b/core/include/pxe.h
index 76fcf14a..06cea0a3 100644
--- a/core/include/pxe.h
+++ b/core/include/pxe.h
@@ -234,7 +234,9 @@ struct open_file_t {
uint16_t tftp_lastpkt; /* Sequence number of last packet (NBO) */
uint16_t tftp_dataptr; /* Pointer to available data */
uint8_t tftp_goteof; /* 1 if the EOF packet received */
- uint8_t tftp_unused[3]; /* Currently unused */
+ uint8_t tftp_unused; /* Currently unused */
+ /* These values are preinitialized and not zeroed on close */
+ uint16_t tftp_nextport; /* Next port number for this slot (HBO) */
uint16_t tftp_pktbuf; /* Packet buffer offset */
} __attribute__ ((packed));