mirror of https://github.com/yandex/odyssey.git
21 lines
304 B
C
21 lines
304 B
C
#ifndef SO_BEREAD_H_
|
|
#define SO_BEREAD_H_
|
|
|
|
/*
|
|
* soprano.
|
|
*
|
|
* Protocol-level PostgreSQL client library.
|
|
*/
|
|
|
|
typedef struct sobestartup_t sobestartup_t;
|
|
|
|
struct sobestartup_t {
|
|
int is_cancel;
|
|
uint32_t key;
|
|
uint32_t key_pid;
|
|
};
|
|
|
|
int so_beread_startup(sobestartup_t*, uint8_t*, uint32_t);
|
|
|
|
#endif
|