OpenVAS Scanner
5.1.3
|
Data Fields | |
gchar * | name |
int | occurences |
struct plist * | next |
struct plist * | prev |
Definition at line 66 of file pluginscheduler.c.
gchar* plist::name |
Definition at line 68 of file pluginscheduler.c.
Referenced by pl_get(), scheduler_mark_running_ports(), and scheduler_rm_running_ports().
struct plist* plist::next |
Definition at line 70 of file pluginscheduler.c.
Referenced by scheduler_mark_running_ports(), and scheduler_rm_running_ports().
int plist::occurences |
Definition at line 69 of file pluginscheduler.c.
Referenced by scheduler_mark_running_ports(), and scheduler_rm_running_ports().
struct plist* plist::prev |
Definition at line 71 of file pluginscheduler.c.
Referenced by scheduler_mark_running_ports(), and scheduler_rm_running_ports().