mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Handle new_targets memory management within the class.
This commit is contained in:
parent
bf9d60734d
commit
6b2de50416
3 changed files with 7 additions and 5 deletions
|
|
@ -90,6 +90,8 @@ public:
|
|||
|
||||
/* get the new_targets object */
|
||||
static NewTargets *get (void);
|
||||
/* Free the new_targets object. */
|
||||
static void free_new_targets (void);
|
||||
|
||||
/* insert targets to the new_targets_queue */
|
||||
static unsigned long insert (const char *target);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue