summaryrefslogtreecommitdiffstats
path: root/hbeat.h
blob: 1a7b4b874ea374cd7ebeec1bca001b30a306d163 (plain)
1
2
3
4
5
6
7
8
9
/*
 * hbeat.h
 */

typedef void * hbeat_t;

extern hbeat_t hbeat_init(const char *host, int max_timeout);
void hbeat_free(hbeat_t hbh);
unsigned int hbeat(hbeat_t hbh);