mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Just removing a few empty private access specifiers ('private:' is there, but it's not specifying anything)
This commit is contained in:
parent
ddd6366540
commit
c0bb3fa376
2 changed files with 0 additions and 4 deletions
|
|
@ -219,7 +219,6 @@ public:
|
|||
ConnectProbe();
|
||||
~ConnectProbe();
|
||||
int sd; /* Socket descriptor used for connection. -1 if not valid. */
|
||||
private:
|
||||
};
|
||||
|
||||
struct IPExtraProbeData_tcp {
|
||||
|
|
@ -321,7 +320,6 @@ public:
|
|||
fd_set fds_except;
|
||||
int numSDs; /* Number of socket descriptors being watched */
|
||||
int maxSocketsAllowed; /* No more than this many sockets may be created @once */
|
||||
private:
|
||||
};
|
||||
|
||||
/* These are ultra_scan() statistics for the whole group of Targets */
|
||||
|
|
@ -349,7 +347,6 @@ public:
|
|||
// number of hosts that timed out during scan, or were already timedout
|
||||
int num_hosts_timedout;
|
||||
ConnectScanInfo *CSI;
|
||||
private:
|
||||
};
|
||||
|
||||
struct send_delay_nfo {
|
||||
|
|
|
|||
|
|
@ -234,7 +234,6 @@ public:
|
|||
unsigned int ideal_parallelism; // Max (and desired) number of probes out at once.
|
||||
ScanProgressMeter *SPM;
|
||||
int num_hosts_timedout; // # of hosts timed out during (or before) scan
|
||||
private:
|
||||
};
|
||||
|
||||
#define SUBSTARGS_MAX_ARGS 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue