2018-08-28 14:43:46 +00:00
|
|
|
#ifndef ODYSSEY_MSG_H
|
|
|
|
#define ODYSSEY_MSG_H
|
2017-05-25 12:01:56 +00:00
|
|
|
|
2017-06-07 11:50:58 +00:00
|
|
|
/*
|
2018-03-12 14:03:15 +00:00
|
|
|
* Odyssey.
|
2017-06-07 11:50:58 +00:00
|
|
|
*
|
2018-04-04 13:19:58 +00:00
|
|
|
* Scalable PostgreSQL connection pooler.
|
2020-04-02 11:00:56 +00:00
|
|
|
*/
|
2017-06-07 11:50:58 +00:00
|
|
|
|
2020-12-28 10:43:31 +00:00
|
|
|
typedef enum { OD_MSG_STAT, OD_MSG_CLIENT_NEW } od_msg_t;
|
2017-05-25 12:01:56 +00:00
|
|
|
|
2018-08-28 14:43:46 +00:00
|
|
|
#endif /* ODYSSEY_MSG_H */
|