[Tarantool-patches] [PATCH v2 1/4] refactoring: extract mpstream into a separate library
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Fri Apr 10 19:56:45 MSK 2020
Thanks for the patch!
> diff --git a/src/lib/core/mpstream.c b/src/lib/mpstream/mpstream.c
> similarity index 99%
> rename from src/lib/core/mpstream.c
> rename to src/lib/mpstream/mpstream.c
> index 2be1797d0..a737212c1 100644
> --- a/src/lib/core/mpstream.c
> +++ b/src/lib/mpstream/mpstream.c
> @@ -33,7 +33,7 @@
> #include <assert.h>
> #include <stdint.h>
> #include "msgpuck.h"
> -#include "mp_decimal.h"
> +#include "core/mp_decimal.h"
You can keep it as is, anyway core/ is added to -I, so
all files there are visible without core/ prefix. In all
next patches too.
More information about the Tarantool-patches
mailing list