|
OpenVAS Scanner 23.40.3
|
#include <pluginscheduler.h>

Data Fields | |
| char * | oid |
| GSList * | deps |
| enum plugin_status | running_state |
Definition at line 27 of file pluginscheduler.h.
| GSList* scheduler_plugin::deps |
Definition at line 30 of file pluginscheduler.h.
Referenced by find_plugin_in_deps(), plugin_add(), plugins_next_unrun(), plugins_scheduler_fill_deps(), scheduler_phase_cleanup(), and scheduler_plugin_free().
| char* scheduler_plugin::oid |
Definition at line 29 of file pluginscheduler.h.
Referenced by attack_host(), launch_plugin(), next_free_process(), plugin_add(), plugin_launch(), plugins_scheduler_fill_deps(), scheduler_phase_cleanup(), and scheduler_plugin_free().
| enum plugin_status scheduler_plugin::running_state |
Definition at line 31 of file pluginscheduler.h.
Referenced by launch_plugin(), plugin_add(), plugins_next_unrun(), and plugins_scheduler_stop().