30 #ifndef __PLUGINLAUNCH_H__ 31 #define __PLUGINLAUNCH_H__ 41 struct host_info *, kb_t,
char *);
void pluginlaunch_init(const char *)
void pluginlaunch_enable_parrallel_checks(void)
void pluginlaunch_wait_for_free_process(void)
Waits and 'pushes' processes until the number of running processes has changed.
void pluginlaunch_wait(void)
Waits and 'pushes' processes until num_running_processes is 0.
void pluginlaunch_stop(int)
int wait_for_children(void)
int plugin_launch(struct arglist *, struct scheduler_plugin *, struct host_info *, kb_t, char *)
void pluginlaunch_disable_parrallel_checks(void)
void pluginlaunch_child_cleanup(void)
Cleanup file descriptors used by the processes array. To be called by the child process running the p...