wangzhengquan
2020-07-08 7d3086a481899b03c230eb06a29aa57677041725
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();
    
}