odyssey/sources/grac_shutdown_worker.h

14 lines
203 B
C

#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 */