1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Remove the unused seq_info.uptime member.

This commit is contained in:
david
2009-09-10 15:17:17 +00:00
parent 0a479a45fa
commit f270257be7

View File

@@ -194,7 +194,6 @@ struct timeout_info {
struct seq_info {
int responses;
int ts_seqclass; /* TS_SEQ_* defines in nmap.h */
time_t uptime; /* time of latest system boot (or 0 if unknown ) */
int ipid_seqclass; /* IPID_SEQ_* defines in nmap.h */
u32 seqs[NUM_SEQ_SAMPLES];
u32 timestamps[NUM_SEQ_SAMPLES];