mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
This commit is contained in:
@@ -74,7 +74,7 @@ public:
|
||||
/* The maximum number of entries we want to allow storing in defer_buffer. */
|
||||
static const unsigned int DEFER_LIMIT = 64;
|
||||
|
||||
HostGroupState(int lookahead, int randomize, int num_random, int argc, const char *argv[]);
|
||||
HostGroupState(int lookahead, int randomize, unsigned long num_random, int argc, const char *argv[]);
|
||||
~HostGroupState();
|
||||
Target **hostbatch;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user