--- tftpd/inc/defs.h 2014/02/20 16:04:02 1.1.1.1.4.4 +++ tftpd/inc/defs.h 2014/02/20 00:04:36 1.3 @@ -14,22 +14,18 @@ #define TFTP_OPT_TSIZE "tsize" #define TFTP_OPT_BLKSIZE "blksize" #define TFTP_OPT_TIMEOUT "timeout" -#define TFTP_OPT_ROLLOVER "rollover" struct tagCli { int opc; u_short seq; - int tout; - int roll; int siz; - off_t tsiz; sockaddr_t addr; int fd; char file[PATH_MAX]; char mode[10]; short close; - int tmp; + short opts; };