odyssey/src/od_cancel.h

14 lines
256 B
C
Raw Normal View History

2017-05-29 15:33:44 +00:00
#ifndef OD_CANCEL_H
#define OD_CANCEL_H
/*
2017-06-07 11:50:58 +00:00
* ODISSEY.
2017-05-29 15:33:44 +00:00
*
* PostgreSQL connection pooler and request router.
*/
int od_cancel(od_system_t*, od_schemeserver_t*, so_key_t*, od_id_t*);
int od_cancel_match(od_system_t*, od_routepool_t*, so_key_t*);
2017-05-29 15:33:44 +00:00
#endif