mirror of https://github.com/yandex/odyssey.git
13 lines
154 B
C
13 lines
154 B
C
![]() |
#ifndef OD_PERIODIC_H_
|
||
|
#define OD_PERIODIC_H_
|
||
|
|
||
|
/*
|
||
|
* odissey.
|
||
|
*
|
||
|
* PostgreSQL connection pooler and request router.
|
||
|
*/
|
||
|
|
||
|
void od_periodic(void*);
|
||
|
|
||
|
#endif
|