Implement PG state locking and PG moving in response to etcd events
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
#define WS_PING 9
|
||||
#define WS_PONG 10
|
||||
|
||||
struct http_options_t
|
||||
{
|
||||
int timeout;
|
||||
bool want_streaming;
|
||||
};
|
||||
|
||||
struct http_response_t
|
||||
{
|
||||
bool eof = false;
|
||||
|
||||
Reference in New Issue
Block a user