From 7d3086a481899b03c230eb06a29aa57677041725 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期三, 08 七月 2020 15:07:51 +0800 Subject: [PATCH] update --- test/test.h | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/test.h b/test/test.h index 153eb6a..e2309bc 100644 --- a/test/test.h +++ b/test/test.h @@ -1,7 +1,7 @@ #include "usg_common.h" #include "usg_typedef.h" -#include "lock_free_queue.h" -#include "queue_factory.h" +#include "shm_queue.h" +//#include "queue_factory.h" #include <pthread.h> @@ -25,8 +25,8 @@ // //queue->~LockFreeQueue(); // delete queue; - QueueFactory::dropQueue<struct Item>(key); - mm_destroy(); + //QueueFactory::dropQueue<struct Item>(key); + // mm_destroy(); } -- Gitblit v1.8.0