mirror of https://github.com/yandex/odyssey.git
20 lines
320 B
C
20 lines
320 B
C
#ifndef ODYSSEY_CONSOLE_H
|
|
#define ODYSSEY_CONSOLE_H
|
|
|
|
/*
|
|
* Odyssey.
|
|
*
|
|
* Scalable PostgreSQL connection pooler.
|
|
*/
|
|
|
|
#include "c.h"
|
|
#include <machinarium.h>
|
|
#include <kiwi.h>
|
|
#include <odyssey.h>
|
|
#include <math.h>
|
|
|
|
int
|
|
od_console_query(od_client_t *, machine_msg_t *, char *, uint32_t);
|
|
|
|
#endif /* ODYSSEY_CONSOLE_H */
|