From aa1542b6d6a4680088ac715c4ce40f97ada554fb Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期三, 14 四月 2021 17:52:31 +0800 Subject: [PATCH] add SendQ TrySend() TryRecv(); handle re-register. --- .gitignore | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 5c7daa3..d6ac3de 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,11 @@ *.un~ build/ +debug/ +release/ Makefile utest/utest +*.bak +gmon.out +box/bhshmqbox +box/bhshmq_center +box/help -- Gitblit v1.8.0