OpenVAS Scanner 23.23.1
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
10
11#ifndef OPENVAS_HEARTBEAT_H
12#define OPENVAS_HEARTBEAT_H
13
14#include "../misc/scanneraux.h"
15
16int
17check_host_still_alive (kb_t, const char *);
18#endif
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
Auxiliary structures for scanner.