wangzhengquan
2021-03-29 0f99e00822866416e29d136db06f9f2863c1088c
update
1个文件已修改
2 ■■■ 已修改文件
src/socket/shm_socket.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/socket/shm_socket.cpp
@@ -46,7 +46,7 @@
  if (tmp_ptr == NULL || tmp_ptr == (void *)1  ) {
    queue = new LockFreeQueue<shm_packet_t>(1024);
    queue = new LockFreeQueue<shm_packet_t>(32);
    hashtable_put(hashtable, key, (void *)queue);
    hashtable_unlock(hashtable);
    return queue;