odyssey/sources/msg.h

13 lines
208 B
C
Raw Normal View History

#ifndef ODYSSEY_MSG_H
#define ODYSSEY_MSG_H
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.
*/
2017-06-07 11:50:58 +00:00
2021-02-18 22:26:40 +00:00
typedef enum { OD_MSG_STAT, OD_MSG_CLIENT_NEW, OD_MSG_LOG } od_msg_t;
#endif /* ODYSSEY_MSG_H */