From: Kirill Shcherbatov <kshcherbatov@tarantool.org> To: tarantool-patches@freelists.org, kostja@tarantool.org, vdavydov.dev@gmail.com Cc: Kirill Shcherbatov <kshcherbatov@tarantool.org> Subject: [PATCH v2 3/4] box: rename memtx_tree.c to memtx_tree_impl.h Date: Wed, 13 Feb 2019 12:32:27 +0300 [thread overview] Message-ID: <aea8c3978341fd299210db2891d56d0c632a9484.1550050245.git.kshcherbatov@tarantool.org> (raw) In-Reply-To: <cover.1550050245.git.kshcherbatov@tarantool.org> File meta_tree.c that implements the template class memtx_tree, renamed to memes_tree_impl.h due to the fact that the inclusion of code in header files is more common. Needed for #3961 --- src/box/memtx_tree_decl.c | 2 +- src/box/{memtx_tree.c => memtx_tree_impl.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/box/{memtx_tree.c => memtx_tree_impl.h} (100%) diff --git a/src/box/memtx_tree_decl.c b/src/box/memtx_tree_decl.c index 03e0e0ed7..084a0594f 100644 --- a/src/box/memtx_tree_decl.c +++ b/src/box/memtx_tree_decl.c @@ -60,7 +60,7 @@ struct memtx_tuple_tree_key_data { #define MEMTX_TREE_KEY_GET(key_ptr, part_count_ptr) \ ({*part_count_ptr = (key_ptr)->part_count; (key_ptr)->key;}) -#include "memtx_tree.c" +#include "memtx_tree_impl.h" #undef memtx_tree_key #undef memtx_tree_elem diff --git a/src/box/memtx_tree.c b/src/box/memtx_tree_impl.h similarity index 100% rename from src/box/memtx_tree.c rename to src/box/memtx_tree_impl.h -- 2.20.1
next prev parent reply other threads:[~2019-02-13 9:32 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-02-13 9:32 [PATCH v2 0/4] box: introduce hint option for memtx tree index Kirill Shcherbatov 2019-02-13 9:32 ` [PATCH v2 1/4] box: move memtx_tree implementation to source file Kirill Shcherbatov 2019-02-14 13:57 ` [tarantool-patches] " Konstantin Osipov 2019-02-21 13:26 ` Vladimir Davydov 2019-02-13 9:32 ` [PATCH v2 2/4] box: rework memtx_tree to store arbitrary nodes Kirill Shcherbatov 2019-02-21 15:01 ` Vladimir Davydov 2019-02-13 9:32 ` Kirill Shcherbatov [this message] 2019-02-13 9:32 ` [PATCH v2 4/4] box: introduce tuple compare hint for string index Kirill Shcherbatov 2019-02-14 14:09 ` [tarantool-patches] " Konstantin Osipov 2019-02-15 18:34 ` Kirill Shcherbatov 2019-02-19 15:01 ` [tarantool-patches] " Konstantin Osipov 2019-02-19 15:02 ` Kirill Shcherbatov 2019-02-21 16:06 ` Vladimir Davydov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=aea8c3978341fd299210db2891d56d0c632a9484.1550050245.git.kshcherbatov@tarantool.org \ --to=kshcherbatov@tarantool.org \ --cc=kostja@tarantool.org \ --cc=tarantool-patches@freelists.org \ --cc=vdavydov.dev@gmail.com \ --subject='Re: [PATCH v2 3/4] box: rename memtx_tree.c to memtx_tree_impl.h' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox