This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Tarantool -- an efficient key/value data store".

The branch core-remote_state_to_header has been created
        at  3eaf326fb4205c2a00d7b7feb6bfd0658db42895 (commit)


commit 3eaf326fb4205c2a00d7b7feb6bfd0658db42895
Author: Roman Tokarev <[email protected]>
Date:   Mon Dec 6 15:50:01 2010 +0300

    [core] move remote_state to log_io header

diff --git a/core/log_io_remote.c b/core/log_io_remote.c
index fc87137..cbff6c1 100644
--- a/core/log_io_remote.c
+++ b/core/log_io_remote.c
@@ -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)
 {
diff --git a/include/log_io.h b/include/log_io.h
index 58df017..25e7246 100644
--- a/include/log_io.h
+++ b/include/log_io.h
@@ -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;


-- 
Tarantool -- an efficient key/value data store

_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to