odyssey/sources/watchdog.h

17 lines
294 B
C
Raw Normal View History

2020-07-26 07:58:15 +00:00
#ifndef ODYSSEY_WATCHDOG_H
#define ODYSSEY_WATCHDOG_H
/*
* Odyssey.
*
* Scalable PostgreSQL connection pooler.
*/
#define ODYSSEY_WATCHDOG_ITER_INTERVAL 500 // ms
void od_watchdog_worker(void *arg);
2020-07-26 07:58:15 +00:00
od_retcode_t od_watchdog_invoke(od_system_t *server);
2020-07-26 07:58:15 +00:00
#endif /* ODYSSEY_WATCHDOG_H */