odyssey/sources/msg.h

17 lines
197 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
*/
typedef enum
{
OD_MSG_STAT,
OD_MSG_CLIENT_NEW
} od_msg_t;
#endif /* ODYSSEY_MSG_H */