From 981ca0fa022524fd04af988bc798f2d697d31548 Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期三, 19 五月 2021 14:33:10 +0800
Subject: [PATCH] hide .so symbols, avoid 2+ protobuf link conflict.
---
utest/simple_tests.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/utest/simple_tests.cpp b/utest/simple_tests.cpp
index e14a1cd..e1f1d2f 100644
--- a/utest/simple_tests.cpp
+++ b/utest/simple_tests.cpp
@@ -108,7 +108,7 @@
{
SharedMemory &shm = TestShm();
GlobalInit(shm);
- ShmMsgQueue q(shm, 64);
+ ShmMsgQueue q(shm, ShmMsgQueue::NewId(), 64);
for (int i = 0; i < 2; ++i) {
int ms = i * 100;
printf("Timeout Test %4d: ", ms);
--
Gitblit v1.8.0