odyssey/core/od_router_transaction.h

14 lines
204 B
C
Raw Normal View History

2016-12-01 11:12:34 +00:00
#ifndef OD_ROUTER_TRANSACTION_H_
#define OD_ROUTER_TRANSACTION_H_
/*
* odissey.
*
* PostgreSQL connection pooler and request router.
*/
od_routerstatus_t
od_router_transaction(od_client_t*);
#endif