OpenVAS Scanner
7.0.0~git
|
#include <pluginscheduler.h>
Data Fields | |
char * | oid |
GSList * | deps |
enum plugin_status | running_state |
Definition at line 40 of file pluginscheduler.h.
GSList* scheduler_plugin::deps |
Definition at line 43 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 42 of file pluginscheduler.h.
Referenced by launch_plugin(), next_free_process(), plugin_add(), plugin_launch(), plugins_scheduler_fill_deps(), scheduler_phase_cleanup(), scheduler_plugin_free(), and update_running_processes().
enum plugin_status scheduler_plugin::running_state |
Definition at line 44 of file pluginscheduler.h.
Referenced by launch_plugin(), plugin_add(), plugin_launch(), pluginlaunch_stop(), plugins_next_unrun(), plugins_scheduler_stop(), and update_running_processes().