|
OpenVAS Scanner 23.23.1
|
Function for heartbeat. More...
#include "../misc/heartbeat.h"#include "../misc/plugutils.h"#include <gvm/base/prefs.h>#include <gvm/boreas/cli.h>Macros | |
| #define | G_LOG_DOMAIN "sd main" |
| GLib log domain. | |
Functions | |
| int | check_host_still_alive (kb_t kb, const char *hostname) |
| Check if the hosts is still alive and set it as dead if not. | |
Function for heartbeat.
| #define G_LOG_DOMAIN "sd main" |
GLib log domain.
| int check_host_still_alive | ( | kb_t | kb, |
| const char * | hostname ) |
Check if the hosts is still alive and set it as dead if not.
| kb | Host kb where the host is set as dead. |