From 02ba913dc7bb5d711471b27f2ea23a897d0f2e28 Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期五, 23 四月 2021 15:34:26 +0800
Subject: [PATCH] bind msgi to shm, change offset_ptr to abs offset.

---
 utest/util.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/utest/util.h b/utest/util.h
index 4d960db..61e5b11 100644
--- a/utest/util.h
+++ b/utest/util.h
@@ -20,6 +20,7 @@
 #define UTIL_W8A0OA5U
 
 #include "bh_util.h"
+#include "shm.h"
 #include "topic_node.h"
 #include <boost/date_time/posix_time/posix_time.hpp>
 #include <boost/noncopyable.hpp>
@@ -34,7 +35,6 @@
 #include <vector>
 
 using namespace boost::posix_time;
-
 using namespace std::chrono_literals;
 
 template <class D>
@@ -132,4 +132,6 @@
 	}
 };
 
+bhome_shm::SharedMemory &TestShm();
+
 #endif // end of include guard: UTIL_W8A0OA5U

--
Gitblit v1.8.0