From f79ed8568dce38724a99cf409fa03357fa3a3b50 Mon Sep 17 00:00:00 2001 From: tftzee <49162693+rex-schilasky@users.noreply.github.com> Date: Wed, 22 Nov 2023 13:13:08 +0100 Subject: [PATCH 1/2] relocatable_circular_queue.h moved to /src/io/shm --- ecal/core/CMakeLists.txt | 1 + ecal/core/src/io/{ => shm}/relocatable_circular_queue.h | 0 2 files changed, 1 insertion(+) rename ecal/core/src/io/{ => shm}/relocatable_circular_queue.h (100%) diff --git a/ecal/core/CMakeLists.txt b/ecal/core/CMakeLists.txt index 22a114c492..6369432767 100644 --- a/ecal/core/CMakeLists.txt +++ b/ecal/core/CMakeLists.txt @@ -116,6 +116,7 @@ set(ecal_io_shm_src src/io/shm/ecal_memfile_os.h src/io/shm/ecal_memfile_pool.h src/io/shm/ecal_memfile_sync.h + src/io/shm/relocatable_circular_queue.h ) # io/shm/linux diff --git a/ecal/core/src/io/relocatable_circular_queue.h b/ecal/core/src/io/shm/relocatable_circular_queue.h similarity index 100% rename from ecal/core/src/io/relocatable_circular_queue.h rename to ecal/core/src/io/shm/relocatable_circular_queue.h From 996b6fa2721977dac77f3268b3658060328bdb64 Mon Sep 17 00:00:00 2001 From: tftzee <49162693+rex-schilasky@users.noreply.github.com> Date: Wed, 22 Nov 2023 13:33:25 +0100 Subject: [PATCH 2/2] include corrected --- ecal/core/src/io/shm/ecal_memfile_broadcast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecal/core/src/io/shm/ecal_memfile_broadcast.h b/ecal/core/src/io/shm/ecal_memfile_broadcast.h index f2065c05e3..0ec208df3a 100644 --- a/ecal/core/src/io/shm/ecal_memfile_broadcast.h +++ b/ecal/core/src/io/shm/ecal_memfile_broadcast.h @@ -29,7 +29,7 @@ #include #include -#include "io/relocatable_circular_queue.h" +#include "io/shm/relocatable_circular_queue.h" #include