wangzhengquan
2020-07-27 622c90511661cc7f4162d327ee9b97e0b764af9a
commit
7个文件已修改
4 ■■■ 已修改文件
demo/dgram_mod_req_rep 补丁 | 查看 | 原始文档 | blame | 历史
demo/dgram_mod_survey 补丁 | 查看 | 原始文档 | blame | 历史
src/libshm_queue.a 补丁 | 查看 | 原始文档 | blame | 历史
src/queue/include/shm_queue.h 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
test_socket/dgram_mod_bus 补丁 | 查看 | 原始文档 | blame | 历史
test_socket/dgram_mod_req_rep 补丁 | 查看 | 原始文档 | blame | 历史
test_socket/dgram_mod_survey 补丁 | 查看 | 原始文档 | blame | 历史
demo/dgram_mod_req_rep
Binary files differ
demo/dgram_mod_survey
Binary files differ
src/libshm_queue.a
Binary files differ
src/queue/include/shm_queue.h
@@ -21,6 +21,8 @@
  ~SHMQueue();
  void force_destroy();
  inline uint32_t size();
  inline bool full();
@@ -103,7 +105,7 @@
  }
}
template <typename ELEM_T> inline uint32_t SHMQueue<ELEM_T>::force_destroy() {
template <typename ELEM_T> void SHMQueue<ELEM_T>::force_destroy() {
  SemUtil::dec(queue->mutex);
  delete queue;
  hashtable_t *hashtable = mm_get_hashtable();
test_socket/dgram_mod_bus
Binary files differ
test_socket/dgram_mod_req_rep
Binary files differ
test_socket/dgram_mod_survey
Binary files differ