|
OpenVAS Scanner 23.40.3
|
Function for heartbeat. More...
#include "../misc/heartbeat.h"#include "../misc/plugutils.h"#include <gvm/base/prefs.h>#include <gvm/boreas/cli.h>
Go to the source code of this file.
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.
Definition in file heartbeat.c.
| #define G_LOG_DOMAIN "sd main" |
GLib log domain.
Definition at line 22 of file heartbeat.c.
| 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. |
Definition at line 33 of file heartbeat.c.
References hostname, and kb_item_set_int_with_main_kb_check().
Referenced by nasl_end_denial(), and update_running_processes().

