demo/dgram_mod_req_rep | 补丁 | 查看 | 原始文档 | blame | 历史 | |
demo/dgram_mod_survey | 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/libshm_queue.a | 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/queue/include/shm_queue.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
test_socket/dgram_mod_bus | 补丁 | 查看 | 原始文档 | blame | 历史 | |
test_socket/dgram_mod_req_rep | 补丁 | 查看 | 原始文档 | blame | 历史 | |
test_socket/dgram_mod_survey | 补丁 | 查看 | 原始文档 | blame | 历史 |
demo/dgram_mod_req_repBinary files differ
demo/dgram_mod_surveyBinary files differ
src/libshm_queue.aBinary 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_busBinary files differ
test_socket/dgram_mod_req_repBinary files differ
test_socket/dgram_mod_surveyBinary files differ