mirror of https://github.com/yandex/odyssey.git
13 lines
202 B
C
13 lines
202 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 */
|