From 23dbbe05a3ee7644c2abeb88d68e6450bd533d48 Mon Sep 17 00:00:00 2001 From: Ali Mohammed <ali.mohammed@hpe.com> Date: Thu, 19 Jan 2023 17:06:02 +0100 Subject: [PATCH] move i_pool_client.h with his friends --- {maestro => include/maestro}/i_pool_client.h | 0 maestro/ofi.c | 2 +- maestro/pool_client.c | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename {maestro => include/maestro}/i_pool_client.h (100%) diff --git a/maestro/i_pool_client.h b/include/maestro/i_pool_client.h similarity index 100% rename from maestro/i_pool_client.h rename to include/maestro/i_pool_client.h diff --git a/maestro/ofi.c b/maestro/ofi.c index e43de4e3..95659a1d 100644 --- a/maestro/ofi.c +++ b/maestro/ofi.c @@ -52,7 +52,7 @@ #include "maestro/i_hashing.h" -#include "i_pool_client.h" +#include "maestro/i_pool_client.h" #include "maestro/i_pool_manager.h" #include "maestro/i_memlock.h" diff --git a/maestro/pool_client.c b/maestro/pool_client.c index a9165401..7ed21834 100644 --- a/maestro/pool_client.c +++ b/maestro/pool_client.c @@ -1,4 +1,4 @@ -#include "i_pool_client.h" +#include "maestro/i_pool_client.h" #include "maestro/i_globals.h" #include "maestro/logging.h" -- GitLab