Source
14
14
**
15
15
** You should have received a copy of the GNU General Public License
16
16
** along with this program; if not, write to the Free Software
17
17
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18
18
**/
19
19
20
20
#ifndef ZABBIX_AVAILABILITY_H
21
21
#define ZABBIX_AVAILABILITY_H
22
22
23
23
#include "zbxtypes.h"
24
-
#include "zbxalgo.h"
25
24
#include "db.h"
26
25
27
26
#define ZBX_IPC_SERVICE_AVAILABILITY "availability"
28
27
#define ZBX_IPC_AVAILABILITY_REQUEST 1
29
28
30
29
void zbx_availability_flush(unsigned char *data, zbx_uint32_t size);
31
30
void zbx_availabilities_flush(const zbx_vector_availability_ptr_t *interface_availabilities);
32
31
33
32
#endif /* ZABBIX_AVAILABILITY_H */