1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 00:19:01 +00:00

Just removing a few empty private access specifiers ('private:' is there, but it's not specifying anything)

This commit is contained in:
kris
2007-02-04 01:07:36 +00:00
parent ddd6366540
commit c0bb3fa376
2 changed files with 0 additions and 4 deletions

View File

@@ -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 {