Handle new_targets memory management within the class.

This commit is contained in:
dmiller 2021-04-27 19:22:10 +00:00
parent bf9d60734d
commit 6b2de50416
3 changed files with 7 additions and 5 deletions

View file

@ -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);