odyssey/sources/grac_shutdown_worker.h

13 lines
202 B
C
Raw Normal View History

2020-07-26 07:58:15 +00:00
#ifndef ODYSSEY_GRAC_KILLER_H
#define ODYSSEY_GRAC_KILLER_H
/*
* Odyssey.
*
* Scalable PostgreSQL connection pooler.
*/
void
od_grac_shutdown_worker(void *arg);
#endif /* ODYSSEY_GRAC_KILLER_H */