diff options
Diffstat (limited to 'slirp/tftp.h')
-rw-r--r-- | slirp/tftp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/slirp/tftp.h b/slirp/tftp.h index 72e5e91be..51704e487 100644 --- a/slirp/tftp.h +++ b/slirp/tftp.h @@ -33,9 +33,11 @@ struct tftp_t { struct tftp_session { Slirp *slirp; char *filename; + int fd; struct in_addr client_ip; uint16_t client_port; + uint32_t block_nr; int timestamp; }; |