OpenVAS Scanner
5.1.3
|
Data Fields | |
struct hash * | hash |
struct list * | list [ACT_LAST+1] |
struct plist * | plist |
Definition at line 74 of file pluginscheduler.c.
struct hash* plugins_scheduler::hash |
Hash list of the plugins.
Definition at line 76 of file pluginscheduler.c.
Referenced by plugins_scheduler_init().
struct list* plugins_scheduler::list[ACT_LAST+1] |
Linked list of the plugins.
Definition at line 77 of file pluginscheduler.c.
Referenced by plugins_scheduler_count_active().
struct plist* plugins_scheduler::plist |
Ports currently in use.
Definition at line 78 of file pluginscheduler.c.
Referenced by scheduler_mark_running_ports(), and scheduler_rm_running_ports().