mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Disambiguate another map from std::map.
This commit is contained in:
parent
9698ccabaf
commit
cde81f6fb4
1 changed files with 1 additions and 1 deletions
|
|
@ -3740,7 +3740,7 @@ static void doAnyOutstandingRetransmits(UltraScanInfo *USI) {
|
|||
list<UltraProbe *>::iterator probeI;
|
||||
/* A cache of the last processed probe from each host, to avoid re-examining a
|
||||
bunch of probes to find the next one that needs to be retransmitted. */
|
||||
map<HostScanStats *, list<UltraProbe *>::iterator> probe_cache;
|
||||
std::map<HostScanStats *, list<UltraProbe *>::iterator> probe_cache;
|
||||
HostScanStats *host = NULL;
|
||||
UltraProbe *probe = NULL;
|
||||
int retrans = 0; /* Number of retransmissions during a loop */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue