mirror of https://github.com/yandex/odyssey.git
14 lines
192 B
C
14 lines
192 B
C
![]() |
#ifndef OD_ROUTER_SESSION_H_
|
||
|
#define OD_ROUTER_SESSION_H_
|
||
|
|
||
|
/*
|
||
|
* odissey.
|
||
|
*
|
||
|
* PostgreSQL connection pooler and request router.
|
||
|
*/
|
||
|
|
||
|
od_routerstatus_t
|
||
|
od_router_session(od_client_t*);
|
||
|
|
||
|
#endif
|