diff options
Diffstat (limited to 'slirp/tftp.h')
-rw-r--r-- | slirp/tftp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/slirp/tftp.h b/slirp/tftp.h index 9c364ea28e..51704e4874 100644 --- a/slirp/tftp.h +++ b/slirp/tftp.h @@ -37,6 +37,7 @@ struct tftp_session { struct in_addr client_ip; uint16_t client_port; + uint32_t block_nr; int timestamp; }; |