13#ifndef OPENVAS_UTILS_H
14#define OPENVAS_UTILS_H
39 const char *file_hash);
Auxiliary structures for scanner.
void write_script_stats(const char *, const char *, int)
Writes scripts stats into a file.
void write_host_stats(kb_t, const char *, const char *)
Reads the script stats from the kb and generate a string in json format to be stored in the disk.
int store_file(struct scan_globals *globals, const char *file, const char *file_hash)
Stores a file type preference in a hash table.
int get_max_hosts_number(void)
int get_max_checks_number(void)
int check_host_still_alive(kb_t, const char *)
Check if the hosts is still alive and set it as dead if not.
int is_scanner_only_pref(const char *)
void wait_for_children1(void)