mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Remove the unused seq_info.uptime member.
This commit is contained in:
parent
0a479a45fa
commit
f270257be7
1 changed files with 0 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue