Skip to content
Snippets Groups Projects
Commit 3eaf326f authored by Roman Tokarev's avatar Roman Tokarev
Browse files

[core] move remote_state to log_io header

parent 8c336cda
No related branches found
No related tags found
No related merge requests found
......@@ -38,11 +38,6 @@
#include <log_io.h>
#include <pickle.h>
struct remote_state {
struct recovery_state *r;
int (*handler) (struct recovery_state * r, struct tbuf *row);
};
static u32
row_v11_len(struct tbuf *r)
{
......
......@@ -96,6 +96,11 @@ struct recovery_state {
void *data;
};
struct remote_state {
struct recovery_state *r;
int (*handler) (struct recovery_state * r, struct tbuf *row);
};
struct wal_write_request {
i64 lsn;
u32 len;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment