mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 12:31:12 +00:00
Consolidate NpingOps public data members.
This commit is contained in:
parent
a7bad08b0d
commit
2ffc2099ab
1 changed files with 4 additions and 4 deletions
|
|
@ -495,10 +495,6 @@ class NpingOps {
|
|||
int setDelayedRcvd(const char *str, nsock_event_id id);
|
||||
char *getDelayedRcvd(nsock_event_id *id);
|
||||
|
||||
/* Public vars */
|
||||
NpingStats stats; /* Global statistics */
|
||||
NpingTargets targets;
|
||||
|
||||
private:
|
||||
|
||||
/* Probe modes */
|
||||
|
|
@ -670,5 +666,9 @@ class NpingOps {
|
|||
bool delayed_rcvd_str_set; /* Do we have a delayed RCVD string? */
|
||||
nsock_event_id delayed_rcvd_event; /* Nsock event for delayed RCVD */
|
||||
|
||||
public:
|
||||
NpingTargets targets;
|
||||
NpingStats stats; /* Global statistics */
|
||||
|
||||
}; /* End of class NpingOps */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue