OpenVAS Scanner  22.7.9
heartbeat.h
Go to the documentation of this file.
1 /* SPDX-FileCopyrightText: 2023 Greenbone AG
2  *
3  * SPDX-License-Identifier: GPL-2.0-or-later
4  */
5 
11 #ifndef OPENVAS_HEARTBEAT_H
12 #define OPENVAS_HEARTBEAT_H
13 
14 #include "../misc/scanneraux.h"
15 
16 int
17 check_host_still_alive (kb_t, const char *);
18 #endif
check_host_still_alive
int check_host_still_alive(kb_t, const char *)
Check if the hosts is still alive and set it as dead if not.
Definition: heartbeat.c:33