odyssey/core/od_pooler.h

13 lines
147 B
C
Raw Normal View History

2016-11-09 11:30:06 +00:00
#ifndef OD_POOLER_H_
#define OD_POOLER_H_
/*
* odissey.
*
* PostgreSQL connection pooler and request router.
*/
int od_pooler(od_t*);
#endif